Merge "fix(nxp-tools): fix2 create_pbl buildroot build" into integration

This commit is contained in:
Yann Gautier 2025-03-31 11:52:01 +02:00 committed by TrustedFirmware Code Review
commit 952f1f4aca

View file

@ -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 $@