Files
lk/dev/fbcon/rules.mk

9 lines
118 B
Makefile
Raw Permalink Normal View History

2009-01-15 18:09:25 -08:00
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
2009-01-15 18:09:25 -08:00
MODULE_SRCS += \
$(LOCAL_DIR)/fbcon.c
include make/module.mk