diff options
author | Len Brown <len.brown@intel.com> | 2009-01-09 06:13:17 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-01-09 09:30:47 +0100 |
commit | 95b482a8d31116f3f5c2a5089569393234d06385 (patch) | |
tree | f32aec8673a285a9d188948be97af3034ee06e93 /drivers/acpi/namespace/Makefile | |
parent | ACPICA: delete utcache.c (diff) | |
download | linux-95b482a8d31116f3f5c2a5089569393234d06385.tar.xz linux-95b482a8d31116f3f5c2a5089569393234d06385.zip |
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/namespace/Makefile')
-rw-r--r-- | drivers/acpi/namespace/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/acpi/namespace/Makefile b/drivers/acpi/namespace/Makefile deleted file mode 100644 index 371a2daf837f..000000000000 --- a/drivers/acpi/namespace/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# -# Makefile for all Linux ACPI interpreter subdirectories -# - -obj-y := nsaccess.o nsload.o nssearch.o nsxfeval.o \ - nsalloc.o nseval.o nsnames.o nsutils.o nsxfname.o \ - nsdump.o nsinit.o nsobject.o nswalk.o nsxfobj.o \ - nsparse.o nspredef.o - -obj-$(ACPI_FUTURE_USAGE) += nsdumpdv.o - -EXTRA_CFLAGS += $(ACPI_CFLAGS) |