app level adapted

This commit is contained in:
tkl
2016-07-29 09:01:02 +02:00
parent 2267c4c47a
commit f6733ae0d8
7 changed files with 3 additions and 70 deletions

View File

@@ -2,9 +2,6 @@
ROOT_DIR := $(shell pwd | sed "s/\/source//g")
ifeq ($(BOARD), msp430-ccrf)
include $(ROOT_DIR)/config/make/msp430.mk
endif
ifeq ($(BOARD), stm32f4-discovery)
include $(ROOT_DIR)/config/make/stm32f4xx.mk
endif