aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/Makefile
diff options
context:
space:
mode:
authorgregkh@suse.de <gregkh@suse.de>2005-03-23 14:12:38 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2005-06-20 18:15:11 -0400
commitcd987d38cc59053e0bab8150ffaca33b109067f3 (patch)
tree68cf99616bd548bff80ca12f37912d9cc4b31edd /drivers/base/Makefile
parent2fc68447df5c76cf254037047b4b02551bd5d760 (diff)
[PATCH] class: remove class_simple code, as no one in the tree is using it anymore.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/base/Makefile')
-rw-r--r--drivers/base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/Makefile b/drivers/base/Makefile
index a47928a2e575..771f6c80e824 100644
--- a/drivers/base/Makefile
+++ b/drivers/base/Makefile
@@ -1,7 +1,7 @@
1# Makefile for the Linux device tree 1# Makefile for the Linux device tree
2 2
3obj-y := core.o sys.o bus.o \ 3obj-y := core.o sys.o bus.o \
4 driver.o class.o class_simple.o platform.o \ 4 driver.o class.o platform.o \
5 cpu.o firmware.o init.o map.o dmapool.o \ 5 cpu.o firmware.o init.o map.o dmapool.o \
6 attribute_container.o transport_class.o 6 attribute_container.o transport_class.o
7obj-y += power/ 7obj-y += power/