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

1234567891011121314151617
  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. # breaks building some of the linux-related objects
  12. CFLAGS += -Ulinux
  13. # disable valgrind
  14. CFLAGS += -DNVALGRIND