You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
465 B
31 lines
465 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=intelide
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\pciidex.lib
|
|
|
|
INCLUDES=..\..\inc;..\..\inc\$(O);
|
|
|
|
#
|
|
# enable piix programing
|
|
#
|
|
C_DEFINES=$(C_DEFINES) -DPIIX_TIMING_REGISTER_SUPPORT
|
|
|
|
SOURCES=init.c \
|
|
timing.c \
|
|
intel.rc
|
|
|
|
POST_BUILD_CMD=link -edit -section:.rsrc,!d $(O)\intelide.sys
|
|
|