Makefile.amd64 408 B

1234567891011121314151617181920212223
  1. # mptable: broken (not 64 bit clean)
  2. # pnpinfo: crashes (not really useful anyway)
  3. .if ${MK_ACPI} != "no"
  4. SUBDIR+= acpi
  5. .endif
  6. .if ${MK_APM} != "no"
  7. SUBDIR+= apm
  8. .endif
  9. .if ${MK_BHYVE} != "no"
  10. SUBDIR+= bhyve
  11. SUBDIR+= bhyvectl
  12. SUBDIR+= bhyveload
  13. .endif
  14. SUBDIR+= boot0cfg
  15. .if ${MK_TOOLCHAIN} != "no"
  16. SUBDIR+= btxld
  17. .endif
  18. SUBDIR+= cpucontrol
  19. SUBDIR+= lptcontrol
  20. SUBDIR+= mptable
  21. SUBDIR+= spkrtest
  22. SUBDIR+= zzz