summaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/Makefile')
-rwxr-xr-xdrivers/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 6a623e3665..d596a4ee3b 100755
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -27,10 +27,6 @@ include $(TOPDIR)/config.mk
LIB = $(obj)libdrivers.a
-COBJS-y += ali512x.o
-COBJS-y += ns87308.o
-COBJS-y += status_led.o
-
#
# Block and Flash Drivers
#
@@ -39,13 +35,6 @@ COBJS-y += cfi_flash.o
COBJS-y += dataflash.o
COBJS-y += mw_eeprom.o
-#
-# Miscellaneous Drivers
-#
-COBJS-y += ali512x.o
-COBJS-y += ns87308.o
-COBJS-y += status_led.o
-
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))