mk: genlink: simplify variable usage

This commit is contained in:
Denis Feklushkin 2020-10-01 08:32:26 +07:00 committed by Karl Palsson
parent e41ac6ea71
commit f5192dbcb5
1 changed files with 1 additions and 1 deletions

View File

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