diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-06-08 09:29:45 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-06-08 09:29:45 +0200 |
commit | 9abe50042629ac64443738d4f4b66da95b116686 (patch) | |
tree | 55cb03618ac1d7c58ab60717e606ca554b190e57 /Makefile | |
parent | 3277ffbfe960da93c6f617005cc619958ed419d8 (diff) | |
parent | 8c345a87ef4d72d3aef2af9fc4114599d7ee0e56 (diff) |
Merge branch 'master' of git.cryptech.is.:sw/stm32
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -34,11 +34,11 @@ export TOPLEVEL = $(shell pwd) BOARD = TARGET_CRYPTECH_ALPHA # Location of the Libraries folder from the STM32F4 Standard Peripheral Library -LIBS_DIR = $(TOPLEVEL)/libraries -MBED_DIR = $(LIBS_DIR)/mbed -CMSIS_DIR = $(MBED_DIR)/targets/cmsis/TARGET_STM/TARGET_STM32F4 -BOARD_DIR = $(CMSIS_DIR)/$(BOARD) -RTOS_DIR = $(MBED_DIR)/rtos +export LIBS_DIR = $(TOPLEVEL)/libraries +export MBED_DIR = $(LIBS_DIR)/mbed +export CMSIS_DIR = $(MBED_DIR)/targets/cmsis/TARGET_STM/TARGET_STM32F4 +export BOARD_DIR = $(CMSIS_DIR)/$(BOARD) +export RTOS_DIR = $(MBED_DIR)/rtos export LIBTFM_DIR = $(LIBS_DIR)/thirdparty/libtfm export LIBHAL_DIR = $(LIBS_DIR)/libhal export LIBCLI_DIR = $(LIBS_DIR)/libcli |