8 lines
102 B
Makefile
8 lines
102 B
Makefile
LOCAL_DIR := $(GET_LOCAL_DIR)
|
|
|
|
MODULES += lib/gfx \
|
|
lib/font
|
|
|
|
OBJS += \
|
|
$(LOCAL_DIR)/gfxconsole.o
|