7 lines
172 B
Makefile
7 lines
172 B
Makefile
# Optimize size but this may cause error "relocation truncated to fit"
|
|
#EXTRALDFLAGS = -Wl,--relax
|
|
|
|
I2C_DRIVER_REQUIRED = yes
|
|
|
|
CUSTOM_MATRIX = yes
|
|
SRC += matrix.c ad5258.c
|