Skip to content

Commit

Permalink
mk: genlink: simplify variable usage
Browse files Browse the repository at this point in the history
  • Loading branch information
denizzzka authored and karlp committed Nov 28, 2020
1 parent e41ac6e commit f5192db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/genlink-rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
## along with this library. If not, see <http://www.gnu.org/licenses/>.
##

$(LDSCRIPT): $(OPENCM3_DIR)/ld/linker.ld.S $(OPENCM3_DIR)/ld/devices.data
$(LDSCRIPT): $(OPENCM3_DIR)/ld/linker.ld.S $(DEVICES_DATA)
@printf " GENLNK $(DEVICE)\n"
$(Q)$(CPP) $(ARCH_FLAGS) $(shell $(OPENCM3_DIR)/scripts/genlink.py $(DEVICES_DATA) $(DEVICE) DEFS) -P -E $< -o $@

0 comments on commit f5192db

Please sign in to comment.