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.

Makefile 499B

12345678910111213141516171819202122
  1. # Include common x86 headers
  2. #
  3. INCDIRS += arch/x86/include
  4. # x86-specific directories containing source files
  5. #
  6. SRCDIRS += arch/x86/core
  7. SRCDIRS += arch/x86/interface/efi
  8. SRCDIRS += arch/x86/prefix
  9. SRCDIRS += arch/x86/hci/commands
  10. SRCDIRS += arch/x86/drivers/xen
  11. SRCDIRS += arch/x86/drivers/hyperv
  12. # breaks building some of the linux-related objects
  13. CFLAGS += -Ulinux
  14. # disable valgrind
  15. CFLAGS += -DNVALGRIND
  16. # Include Hyper-V driver in the all-drivers build
  17. #
  18. DRIVERS_hyperv += hyperv