mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
POST Make: fix the sub-dir dependencies missing.
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
This commit is contained in:
parent
22525779cb
commit
45845301af
@ -45,7 +45,12 @@ SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
|
|||||||
OBJS := $(addprefix $(obj),$(COBJS))
|
OBJS := $(addprefix $(obj),$(COBJS))
|
||||||
LIB := $(obj)$(LIB)
|
LIB := $(obj)$(LIB)
|
||||||
|
|
||||||
all: $(LIB)
|
all: postdeps $(LIB)
|
||||||
|
|
||||||
|
postdeps:
|
||||||
|
@for lib in $(SPLIB-y) ; do \
|
||||||
|
$(MAKE) -C `dirname $$lib` all ; \
|
||||||
|
done
|
||||||
|
|
||||||
# generic POST library
|
# generic POST library
|
||||||
$(GPLIB): $(obj).depend $(OBJS)
|
$(GPLIB): $(obj).depend $(OBJS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user