aboutsummaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2012-06-07 01:18:01 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2012-06-07 03:40:08 -0400
commitfaf2815863dde25c330d4f707e074695e094955a (patch)
tree32d714f97cb6d3de3cd62a2c78dfd9e5936584ea /support
parente652fe6e58c5ba8a2887e00ee3a956d8a1d440c8 (diff)
Makefile: add list-boards target.
As the number of boards increases, it's less practical to keep a list of them in the help target output (notice also that some have been forgotten). This target can't get out of date unless we change how the board-includes/ directory works. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'support')
-rw-r--r--support/make/target-config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/make/target-config.mk b/support/make/target-config.mk
index e13504d..a04ca38 100644
--- a/support/make/target-config.mk
+++ b/support/make/target-config.mk
@@ -5,7 +5,7 @@ TARGET_FLAGS :=
# Board-specific configuration values. Punt these to board-specific
# include files.
-include $(MAKEDIR)/board-includes/$(BOARD).mk
+include $(BOARD_INCLUDE_DIR)/$(BOARD).mk
TARGET_FLAGS += -DBOARD_$(BOARD) -DMCU_$(MCU) \
-DERROR_LED_PORT=$(ERROR_LED_PORT) \