]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - cpu/arm926ejs/at91/Makefile
at91: move usb driver to drivers/usb
[karo-tx-uboot.git] / cpu / arm926ejs / at91 / Makefile
index f9e739c5c1335954d98ea86790204b0dbe8e9313..d0d47e67485cefc6cfd961e9772b45cbaf0c35b9 100644 (file)
@@ -57,7 +57,6 @@ endif
 COBJS-$(CONFIG_AT91_LED)       += led.o
 COBJS-$(CONFIG_HAS_DATAFLASH)  += spi.o
 COBJS-y        += timer.o
-COBJS-y        += usb.o
 SOBJS  = lowlevel_init.o
 
 SRCS    := $(SOBJS:.o=.S) $(COBJS-y:.o=.c)