summaryrefslogtreecommitdiffstats
path: root/drivers/usb
diff options
context:
space:
mode:
authorEnder.Dai <ender.dai@gmail.com>2010-04-22 15:24:25 +0800
committerWolfgang Denk <wd@denx.de>2010-05-06 00:41:08 +0200
commit767fdc4af684770f5e97a6c5e19a8ac2616b8329 (patch)
tree42f20fbe819ba7e858272e7a80d01d838e515603 /drivers/usb
parent54fa2c5b51c564cce716942d26492437457980a4 (diff)
downloadtalos-obmc-uboot-767fdc4af684770f5e97a6c5e19a8ac2616b8329.tar.gz
talos-obmc-uboot-767fdc4af684770f5e97a6c5e19a8ac2616b8329.zip
drivers/*/Makefile: fix conditional compile rule.
Fix conditional compile rule for twl4030.c and videomodes.c. Signed-off-by: Ender.Dai <ender.dai@gmail.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/phy/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile
index 200b907d97..f09e55fd4c 100644
--- a/drivers/usb/phy/Makefile
+++ b/drivers/usb/phy/Makefile
@@ -23,7 +23,6 @@ include $(TOPDIR)/config.mk
LIB := $(obj)libusb_phy.a
COBJS-$(CONFIG_TWL4030_USB) += twl4030.o
-COBJS-y := twl4030.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)
OpenPOWER on IntegriCloud