diff options
author | Len Brown <len.brown@intel.com> | 2009-01-09 08:13:17 +0300 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-09 11:30:47 +0300 |
commit | 95b482a8d31116f3f5c2a5089569393234d06385 (patch) | |
tree | f32aec8673a285a9d188948be97af3034ee06e93 /drivers/acpi/dispatcher/Makefile | |
parent | 6620e0c49f577454b772fb381543d60ae53eb885 (diff) | |
download | linux-95b482a8d31116f3f5c2a5089569393234d06385.tar.xz |
ACPICA: create acpica/ directory
also, delete sleep/ and delete ACPI_CFLAGS from Makefile
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/dispatcher/Makefile')
-rw-r--r-- | drivers/acpi/dispatcher/Makefile | 9 |
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 @@ -# -# 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) |