diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-08-25 18:21:51 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-08-25 18:21:51 -0400 |
commit | 0a6a19cf7625c0badb3bae30ad23605b39883357 (patch) | |
tree | f71cdc44fe4f77d246003bc8d39b67b5cd61cd74 /support | |
parent | e14aa2adb49b6f1da00fccf1d45fdc67b11d0c99 (diff) | |
download | librambutan-0a6a19cf7625c0badb3bae30ad23605b39883357.tar.gz librambutan-0a6a19cf7625c0badb3bae30ad23605b39883357.zip |
MEMORY_TARGET not MAPLE_TARGET
Diffstat (limited to 'support')
-rw-r--r-- | support/make/build-targets.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/make/build-targets.mk b/support/make/build-targets.mk index 01097a7..083976a 100644 --- a/support/make/build-targets.mk +++ b/support/make/build-targets.mk @@ -15,7 +15,7 @@ $(BUILD_PATH)/$(BOARD).bin: $(BUILD_PATH)/$(BOARD).elf @echo " " @echo "Final Size:" @$(SIZE) $< - @echo $(MAPLE_TARGET) > $(BUILD_PATH)/build-type + @echo $(MEMORY_TARGET) > $(BUILD_PATH)/build-type $(BUILDDIRS): @mkdir -p $@ @@ -25,7 +25,7 @@ MSG_INFO: @echo "" @echo " Build info:" @echo " BOARD:" $(BOARD) - @echo " MAPLE_TARGET:" $(MAPLE_TARGET) + @echo " MEMORY_TARGET:" $(MEMORY_TARGET) @echo "" @echo " See 'make help' for all possible targets" @echo "" |