mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-11 07:04:22 +00:00
Merge "fix(nxp-tools): fix2 create_pbl buildroot build" into integration
This commit is contained in:
commit
952f1f4aca
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ ${PROJECT_2}: ${OBJECTS_2} Makefile
|
|||
$(s)echo "Built $@ successfully"
|
||||
$(s)echo
|
||||
|
||||
+${OBJECTS_1} ${OBJECTS_2}: %.o: %.c Makefile
|
||||
${OBJECTS_1} ${OBJECTS_2}: %.o: %.c Makefile
|
||||
$(s)echo " CC $<"
|
||||
$(q)$(host-cc) -c ${CPPFLAGS} ${CFLAGS} ${INCLUDE_PATHS} $< -o $@
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue