diff options
author | Demki <mordbz@gmail.com> | 2020-05-24 16:41:33 +0300 |
---|---|---|
committer | Demki <mordbz@gmail.com> | 2020-05-24 16:41:33 +0300 |
commit | 4f79d7b732467c32205d649eb33886106e675156 (patch) | |
tree | 0c821c580dcd105450d7f6bb543f196895d9b16b | |
parent | 94af15fab8e80f61326fc0427c5412e60b0d67ea (diff) |
add LM_LICENSE_FILE export to arm7/makefile
-rw-r--r-- | arm7/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm7/Makefile b/arm7/Makefile index c2a518a5..4d89fbd1 100644 --- a/arm7/Makefile +++ b/arm7/Makefile @@ -98,6 +98,8 @@ TOOLDIRS = $(filter-out $(TOOLS_DIR)/mwccarm $(TOOLS_DIR)/bin,$(wildcard $(TOOLS TOOLBASE = $(TOOLDIRS:$(TOOLS_DIR)/%=%) TOOLS = $(foreach tool,$(TOOLBASE),$(TOOLS_DIR)/$(tool)/$(tool)$(EXE)) +export LM_LICENSE_FILE := $(TOOLS_DIR)/mwccarm/license.dat + ######################### Targets ########################### infoshell = $(foreach line, $(shell $1 | sed "s/ /__SPACE__/g"), $(info $(subst __SPACE__, ,$(line)))) |