commit | 037b8b905e02841dba16a486bc0b5c797f584c3b | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Mon Mar 17 17:48:01 2025 +0100 |
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | Mon Mar 17 17:48:01 2025 +0100 |
tree | 1c2f34c2dc3a2fdd693217f17c82cf7d38df0def | |
parent | 5a16264208663990208e26d8e9861c0b24983e1b [diff] | |
parent | 634c7d8172b7965cf4f5d7d6470a25956ac06ab4 [diff] |
Merge "fix(nxp-tools): fix create_pbl buildroot build" into integration
diff --git a/tools/nxp/create_pbl/Makefile b/tools/nxp/create_pbl/Makefile index 965cc51..cd2ccc1 100644 --- a/tools/nxp/create_pbl/Makefile +++ b/tools/nxp/create_pbl/Makefile
@@ -44,7 +44,7 @@ $(s)echo "Built $@ successfully" $(s)echo -%.o: %.c %.h Makefile ++${OBJECTS_1} ${OBJECTS_2}: %.o: %.c Makefile $(s)echo " CC $<" $(q)$(host-cc) -c ${CPPFLAGS} ${CFLAGS} ${INCLUDE_PATHS} $< -o $@