added usb sources from U-boot, does not compile currently
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user