summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/dispatcher/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/acpi/dispatcher/Makefile')
-rw-r--r--drivers/acpi/dispatcher/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/acpi/dispatcher/Makefile b/drivers/acpi/dispatcher/Makefile
new file mode 100644
index 0000000..eb7e602
--- /dev/null
+++ b/drivers/acpi/dispatcher/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile for all Linux ACPI interpreter subdirectories
+#
+
+obj-y := dsfield.o dsmthdat.o dsopcode.o dswexec.o dswscope.o \
+ dsmethod.o dsobject.o dsutils.o dswload.o dswstate.o \
+ dsinit.o
+
+EXTRA_CFLAGS += $(ACPI_CFLAGS)
OpenPOWER on IntegriCloud