diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-05-12 19:45:01 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-05-12 19:45:01 +0200 |
commit | 15d8d22092b0b92cea71a243e31df142e299e322 (patch) | |
tree | de62ca56612c8443ff244a3f1422785f8a4ba694 /Makefile | |
parent | e2e066e137465343cb5143a045196a3e5bddc47f (diff) |
Add build target for the alpha
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |