mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-05 13:52:14 +00:00
Fix make dependencies for at91rm9200 and ks8695 cpus
Patch by Steven Scholz, 23 Aug 2005
This commit is contained in:
parent
d534f5cc38
commit
2ac4785c2f
3 changed files with 7 additions and 4 deletions
|
@ -2,6 +2,9 @@
|
||||||
Changes for U-Boot 1.1.4:
|
Changes for U-Boot 1.1.4:
|
||||||
======================================================================
|
======================================================================
|
||||||
|
|
||||||
|
* Fix make dependencies for at91rm9200 and ks8695 cpus
|
||||||
|
Patch by Steven Scholz, 23 Aug 2005
|
||||||
|
|
||||||
* Add JFFS2 support for TQM5200 board
|
* Add JFFS2 support for TQM5200 board
|
||||||
|
|
||||||
* Add esd cpci5200 and pf5200 boards
|
* Add esd cpci5200 and pf5200 boards
|
||||||
|
|
|
@ -35,8 +35,8 @@ $(LIB): $(OBJS) $(SOBJS)
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
.depend: Makefile $(OBJS:.o=.c)
|
.depend: Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c)
|
||||||
$(CC) -M $(CFLAGS) $(OBJS:.o=.c) > $@
|
$(CC) -M $(CFLAGS) $(SOBJS:.o=.S) $(OBJS:.o=.c) > $@
|
||||||
|
|
||||||
sinclude .depend
|
sinclude .depend
|
||||||
|
|
||||||
|
|
|
@ -35,8 +35,8 @@ $(LIB): $(OBJS) $(SOBJS)
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
|
||||||
.depend: Makefile $(OBJS:.o=.c)
|
.depend: Makefile $(SOBJS:.o=.S) $(OBJS:.o=.c)
|
||||||
$(CC) -M $(CFLAGS) $(OBJS:.o=.c) > $@
|
$(CC) -M $(CFLAGS) $(SOBJS:.o=.S) $(OBJS:.o=.c) > $@
|
||||||
|
|
||||||
sinclude .depend
|
sinclude .depend
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue