[project][stm32] split a few stm32 projects into a minimal and test project

This commit is contained in:
Travis Geiselbrecht
2012-09-20 16:24:58 -07:00
parent ee951f6073
commit cf398bafca
4 changed files with 11 additions and 2 deletions

View File

@@ -1,8 +1,9 @@
LOCAL_DIR := $(GET_LOCAL_DIR)
TARGET := stm32-p107
MODULES += \
lib/debugcommands \
app/tests \
app/shell
include project/stm32-p107.mk