12 lines
140 B
Makefile
12 lines
140 B
Makefile
|
|
LOCAL_DIR := $(GET_LOCAL_DIR)
|
||
|
|
|
||
|
|
TARGET := rpi2
|
||
|
|
|
||
|
|
MODULES += \
|
||
|
|
app/shell \
|
||
|
|
app/stringtests \
|
||
|
|
app/tests \
|
||
|
|
lib/cksum \
|
||
|
|
lib/debugcommands \
|
||
|
|
|