aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2016-05-12 19:45:01 +0200
committerFredrik Thulin <fredrik@thulin.net>2016-05-12 19:45:01 +0200
commit15d8d22092b0b92cea71a243e31df142e299e322 (patch)
treede62ca56612c8443ff244a3f1422785f8a4ba694 /Makefile
parente2e066e137465343cb5143a045196a3e5bddc47f (diff)
Add build target for the alpha
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1d2d43..3b05dfe 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@
export TOPLEVEL = $(shell pwd)
# define board: dev-bridge or alpha
-BOARD = TARGET_CRYPTECH_DEV_BRIDGE
+BOARD = TARGET_CRYPTECH_ALPHA
# Location of the Libraries folder from the STM32F4 Standard Peripheral Library
LIBS_DIR = $(TOPLEVEL)/libraries