Leaked source code of windows server 2003
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.

26 lines
715 B

  1. #############################################################################
  2. #
  3. # Copyright (C) Microsoft Corporation 1993
  4. # All Rights Reserved.
  5. #
  6. # Makefile for Embedded Controller device
  7. #
  8. #############################################################################
  9. ROOT = ..\..\..\..
  10. OBJS = acpiec.obj ecpnp.obj service.obj query.obj
  11. TARGETS = mnp
  12. WANT_C1132 = TRUE
  13. MINIPORT = ec
  14. WANT_WDMDDK = TRUE
  15. SRCDIR = ..
  16. WANT_C1132 = TRUE
  17. DEPENDNAME = ..\depend.mk
  18. IS_DDK = TRUE
  19. IS_SDK = TRUE
  20. NOCHGNAM = TRUE
  21. MINIPORT = ec
  22. !include $(ROOT)\dev\master.mk
  23. INCLUDE = $(INCLUDE);$(ROOT)\wdm\acpi\inc;$(ROOT)\wdm\acpi\driver\inc