blob: 53e8f43d095e45af23e7f9b1d682ceb3635119a3 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001LOCAL_DIR := $(GET_LOCAL_DIR)
2
3MODULE := $(LOCAL_DIR)
4
5MODULE_DEPS += \
6 lib/gfx \
7 lib/font
8
9MODULE_SRCS += \
10 $(LOCAL_DIR)/gfxconsole.c
11
12include make/module.mk