mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Fix examples/Makefile; some build targets were lost
This commit is contained in:
parent
62b8f54877
commit
e15cd6fdbe
2 changed files with 3 additions and 1 deletions
|
@ -122,7 +122,7 @@ clibdir := $(shell dirname `$(CC) $(CFLAGS) -print-file-name=libc.a`)
|
|||
|
||||
CPPFLAGS += -I..
|
||||
|
||||
all: .depend $(OBJS) $(LIB) #$(SREC) $(BIN)
|
||||
all: .depend $(OBJS) $(LIB) $(SREC) $(BIN)
|
||||
|
||||
#########################################################################
|
||||
$(LIB): .depend $(LIBOBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue