aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 5d462dc..3a4a59d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,6 @@
# Project name
PROJECT=maple
-# STM Library prefix
-STM_SRC = stm32lib/src
STM_CONF = stm32conf/flash.conf
# ARM/GNU toolchain parameters
@@ -28,14 +26,12 @@ endif
BUILD_PATH = build
LIB_PATH = libmaple
-OUTDIRS = $(BUILD_PATH)/$(STM_SRC) \
- $(BUILD_PATH)/$(LIB_PATH)\
+OUTDIRS = $(BUILD_PATH)/$(LIB_PATH)\
$(BUILD_PATH)/core \
$(BUILD_PATH)/core/comm
INCLUDES = -I$(LIB_PATH) \
- -Istm32lib/inc \
-I./ \
-Icore \
-Icore/comm