#
# File:	ismdefs
# Description:
#	Common definitions for building each ISM.
#	This file is normally accessed as $(ISM_DEPTH)/ismdefs by each
#	Makefile in the ISM
#
# Copyright (C) 1998-2003 TiVo, Inc.  All rights reserved.
#
###############################################################################

include $(ROOT)/include/make/commondefs

###############################################################################

ISM_DESCRIPTION = \
        The Linux kernel

ISM_VERSION	= 1.0
ISM_RELEASE	= 1

ICOPTS		=
ICXXOPTS	=
ILDOPTS		=

ICDEFS		=
ICXXDEFS	=
ILDLIBS		=

ICINCS		= 
ICXXINCS	= 
ILDINCS		= 

IDIRT		=
ITDIRT		=

ISMRULES	= $(ISM_DEPTH)/ismrules

