Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617181920212223242526272829303132
  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/image
  8. SRCDIRS += arch/x86/interface/pcbios
  9. SRCDIRS += arch/x86/interface/pxe
  10. SRCDIRS += arch/x86/interface/pxeparent
  11. SRCDIRS += arch/x86/interface/efi
  12. SRCDIRS += arch/x86/interface/vmware
  13. SRCDIRS += arch/x86/prefix
  14. SRCDIRS += arch/x86/hci/commands
  15. SRCDIRS += arch/x86/drivers/xen
  16. SRCDIRS += arch/x86/drivers/hyperv
  17. SRCDIRS += arch/x86/transitions
  18. # breaks building some of the linux-related objects
  19. CFLAGS += -Ulinux
  20. # disable valgrind
  21. CFLAGS += -DNVALGRIND
  22. # Define version string for lkrnprefix.S
  23. #
  24. CFLAGS_lkrnprefix += -DVERSION="\"$(VERSION)\""
  25. # Include Hyper-V driver in the all-drivers build
  26. #
  27. DRIVERS_hyperv += hyperv