mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-23 22:14:54 +00:00
tools: give explicit libfdt paths
The current libfdt object rules hard depend implicitly on the .depend file being correct. If it isn't, then it is unable to properly compile the objects. Give it a full path like all the other implicit rules here so it will always work in face of .depend issues. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
44431cabbb
commit
e852d36a1e
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ $(obj)%.o: $(SRCTREE)/common/%.c
|
||||||
$(obj)%.o: $(SRCTREE)/lib_generic/%.c
|
$(obj)%.o: $(SRCTREE)/lib_generic/%.c
|
||||||
$(HOSTCC) -g $(HOSTCFLAGS) -c -o $@ $<
|
$(HOSTCC) -g $(HOSTCFLAGS) -c -o $@ $<
|
||||||
|
|
||||||
$(LIBFDT_OBJS):
|
$(obj)%.o: $(SRCTREE)/libfdt/%.c
|
||||||
$(HOSTCC) -g $(HOSTCFLAGS_NOPED) -c -o $@ $<
|
$(HOSTCC) -g $(HOSTCFLAGS_NOPED) -c -o $@ $<
|
||||||
|
|
||||||
subdirs:
|
subdirs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue