cLK/lk/dev/keys/rules.mk

11 lines
141 B
Makefile
Raw Permalink Normal View History

2011-11-06 23:26:22 +00:00
LOCAL_DIR := $(GET_LOCAL_DIR)
OBJS += \
$(LOCAL_DIR)/keys.o
ifeq ($(KEYS_USE_GPIO_KEYPAD),1)
OBJS += \
$(LOCAL_DIR)/gpio_keypad.o
endif