added usb sources from U-boot, does not compile currently

This commit is contained in:
Markus Fröschle
2013-11-02 20:18:18 +00:00
parent 03e691ad2b
commit 74c699e35a
9 changed files with 5011 additions and 1 deletions

View File

@@ -83,6 +83,9 @@ CSRCS= \
$(SRCDIR)/MCD_tasks.c \
$(SRCDIR)/MCD_tasksInit.c \
\
$(SRCDIR)/ohci-hcd.c \
$(SRCDIR)/ehci-hcd.c \
\
$(SRCDIR)/basflash.c \
$(SRCDIR)/basflash_start.c
@@ -195,7 +198,7 @@ $(foreach DIR,$(TRGTDIRS),$(eval $(call EX_TEMPLATE,$(DIR))))
depend: $(ASRCS) $(CSRCS)
- rm -f depend
for d in $(TRGTDIRS);\
for d in $(TRGTDIRS)\
do $(CC) $(CFLAGS) $(INCLUDE) -M $(ASRCS) $(CSRCS) | sed -e "s#^\(.*\).o:#$$d/objs/\1.o:#" >> depend; \
done