1LOCAL_DIR := $(GET_LOCAL_DIR)
2
3TARGET := rpi3
4
5MODULES += \
6	app/shell \
7	app/stringtests \
8	app/tests \
9	lib/cksum \
10	lib/debugcommands \
11    lib/gfx \
12    lib/gfxconsole \
13
14
15
16
17
18