9 lines
111 B
Makefile
9 lines
111 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
TARGET := stm32-p107
|
|
MODULES += \
|
|
lib/debugcommands \
|
|
app/tests \
|
|
app/shell
|
|
|