5 lines
128 B
Makefile
5 lines
128 B
Makefile
# Project specific files
|
|
SRC += common/bitc_led.c \
|
|
common/remote_kb.c
|
|
I2C_DRIVER_REQUIRED = yes
|
|
UART_DRIVER_REQUIRED = yes
|