Browse Source

sys/src/libacpi/BUILD: removed disassambler from glob function

Sevki 7 years ago
parent
commit
29727aeda6
1 changed files with 3 additions and 1 deletions
  1. 3 1
      sys/src/libacpi/BUILD

+ 3 - 1
sys/src/libacpi/BUILD

@@ -1,3 +1,5 @@
+
+
 cc_library(
     name="klibacpi",
     includes=[
@@ -6,7 +8,7 @@ cc_library(
         "//sys/include",
         "//amd64/include",
     ],
-    srcs=glob(["acpica/components/*/*.c"]),
+    srcs=glob(["acpica/components/*/*.c"], exclude=["acpica/components/disassembler"]),
     copts=[
         "-DACPI_DEBUGGER",
         "-DACPI_DEBUG_OUTPUT",