Created
August 8, 2013 15:37
-
-
Save ladislas/6185721 to your computer and use it in GitHub Desktop.
Arduino-Makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Everything gets built in here (include BOARD_TAG now) | |
ifndef OBJDIR | |
OBJDIR = $(PROJECT_DIR)/bin/$(BOARD_TAG)/$(CURRENT_DIR) | |
$(call show_config_variable,OBJDIR,[COMPUTED],(from BOARD_TAG)) | |
else | |
$(call show_config_variable,OBJDIR,[USER]) | |
endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment