mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-15 01:36:08 -04: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
@ -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…
x
Reference in New Issue
Block a user