Source code of Windows XP (NT5)
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.

32 lines
609 B

  1. TARGETNAME=kd1394
  2. TARGETPATH=obj
  3. TARGETTYPE=HAL
  4. TARGETLIBS=$(DDK_LIB_PATH)\hal.lib
  5. MSC_WARNING_LEVEL=/W3 /WX
  6. INCLUDES=..\..\ntos\inc; \
  7. $(SDKTOOLS_INC_PATH); \
  8. $(HALKIT_INC_PATH)
  9. C_DEFINES=$(C_DEFINES) -DACPI_HAL
  10. SOURCES=kd1394.rc \
  11. kd1394.c \
  12. kd1394io.c \
  13. ohci1394.c
  14. DLLDEF=kd1394.def
  15. MISCFILES=KD1394_{026663EF-F41B-4A81-B8D3-4B91BB8E9D00}.sld
  16. !if $(AXP64)
  17. HALBASE=0xFFFFFFFF80010000
  18. !endif
  19. # Turn off speculation in this module so debugger
  20. # does not wipe out all the itterupt history with
  21. # speculation faults.
  22. IA64_DEBUGGABLE_OPTIMIZATION=1