rules.mk 102 B

1234567
  1. LOCAL_DIR := $(GET_LOCAL_DIR)
  2. MODULES += lib/gfx \
  3. lib/font
  4. OBJS += \
  5. $(LOCAL_DIR)/gfxconsole.o