aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 9 deletions
diff --git a/drivers/acpi/dispatcher/Makefile b/drivers/acpi/dispatcher/Makefile
deleted file mode 100644
index eb7e602a83cd..000000000000
--- a/drivers/acpi/dispatcher/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
1#
2# Makefile for all Linux ACPI interpreter subdirectories
3#
4
5obj-y := dsfield.o dsmthdat.o dsopcode.o dswexec.o dswscope.o \
6 dsmethod.o dsobject.o dsutils.o dswload.o dswstate.o \
7 dsinit.o
8
9EXTRA_CFLAGS += $(ACPI_CFLAGS)