mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
fix(nxp-tools): fix2 create_pbl buildroot build
For some unknown reasons I did miss this '+' which does not make
sense when I submitted the former commit. We all did miss
it during codre reviews, sorry for the confusion. I do not understand
how it happened, late commits -> stupid issues.
Revert and fix: 634c7d81
fix create_pbl buildroot build
Wall -Werror -pedantic -std=c99 -O2 -DVERSION='"v2.12.0(release):master"' -D_GNU_SOURCE -D_XOPEN_SOURCE=700 -c -o create_pbl.o create_pbl.c
make[3]: Wall: No such file or directory
Change-Id: I1e17e4793061966ce5fa5e0c122914bfaed27952
Signed-off-by: Vincent Jardin <vjardin@free.fr>
This commit is contained in:
parent
2377542785
commit
bfe7f80189
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ ${PROJECT_2}: ${OBJECTS_2} Makefile
|
||||||
$(s)echo "Built $@ successfully"
|
$(s)echo "Built $@ successfully"
|
||||||
$(s)echo
|
$(s)echo
|
||||||
|
|
||||||
+${OBJECTS_1} ${OBJECTS_2}: %.o: %.c Makefile
|
${OBJECTS_1} ${OBJECTS_2}: %.o: %.c Makefile
|
||||||
$(s)echo " CC $<"
|
$(s)echo " CC $<"
|
||||||
$(q)$(host-cc) -c ${CPPFLAGS} ${CFLAGS} ${INCLUDE_PATHS} $< -o $@
|
$(q)$(host-cc) -c ${CPPFLAGS} ${CFLAGS} ${INCLUDE_PATHS} $< -o $@
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue