diff options
| author | bnewbold <bnewbold@robocracy.org> | 2010-08-31 17:39:46 -0400 | 
|---|---|---|
| committer | bnewbold <bnewbold@robocracy.org> | 2010-08-31 17:39:46 -0400 | 
| commit | 02d7b08f0497096f21e41922e0efb54c4ef33bab (patch) | |
| tree | a7e04293efcba70f37cffcd03c0fcc4c0be7858a /support/make | |
| parent | b2dd49c3141d8a21a4e7c7ef51dee7329f847c30 (diff) | |
| parent | e03d58f4dab4176514924baa3a1ff430bf5819b8 (diff) | |
| download | librambutan-02d7b08f0497096f21e41922e0efb54c4ef33bab.tar.gz librambutan-02d7b08f0497096f21e41922e0efb54c4ef33bab.zip | |
Merge maple-native changes into portable
This compiles for both maple and maple_native but is untested.
Diffstat (limited to 'support/make')
| -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 "" | 
