blob: 2665ee7abaf3241e058090903ada7d67d08bc3fe [file] [log] [blame]
# Source files in this directory
TARGET =
CSOURCES = gtDrvConfig.c gtDrvEvents.c gtHwCntl.c
ASOURCES =
# Include common variable definitions
ifeq ($(OS_RUN),VXWORKS)
include $(DSDT_TOOL_DIR)\make.defs
endif
ifeq ($(OS_RUN),WIN32)
include $(DSDT_TOOL_DIR)\makewce.defs
endif
ifeq ($(OS_RUN),LINUX)
include $(DSDT_TOOL_DIR)/makelnx.defs
endif
# Add in extra stuffs
EXTRA_INCLUDE +=
EXTRA_DEFINE +=
ADDED_CFLAGS +=
# Include common build rules
ifeq ($(OS_RUN),VXWORKS)
include $(DSDT_TOOL_DIR)\make.rules
endif
ifeq ($(OS_RUN),WIN32)
include $(DSDT_TOOL_DIR)\makewce.rules
endif
ifeq ($(OS_RUN),LINUX)
include $(DSDT_TOOL_DIR)/makelnx.rules
endif
# end of file