acpiflags.json 665 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "acpiflags": {
  3. "Cflags": [
  4. "-DACPI_DEBUGGER",
  5. "-DACPI_DISASSEMBLER",
  6. "-DACPI_EXEC_APP",
  7. "-D__HARVEY__",
  8. "-U_LINUX",
  9. "-U__linux__",
  10. "-U__FreeBSD__",
  11. "-Wno-unused-function",
  12. "-Wno-unused-variable",
  13. "-Wno-unused-const-variable",
  14. "-Wno-unknown-pragmas",
  15. "-Wall",
  16. "-Werror",
  17. "-nostdlib",
  18. "-nostdinc",
  19. "-fno-builtin",
  20. "-include",
  21. "u.h",
  22. "-include",
  23. "libc.h",
  24. "-include",
  25. "ctype.h",
  26. "-include",
  27. "/$ARCH/include/mach_acpi.h",
  28. "-I",
  29. "/sys/include/acpi/acpica"
  30. ],
  31. "IncludeCanNotUsedWUnusedYet": [
  32. "../../lib.json"
  33. ],
  34. "NoCflags": [
  35. "-include",
  36. "libc.h",
  37. "-Werror"
  38. ]
  39. }
  40. }