From 15c753b2aa1729a8a793ea2f1078dfe84e23d2e5 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 May 2021 15:51:30 +0200 Subject: driver configuration is now kconfig-first --- src/app/sharp96-bad-apple/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/sharp96-bad-apple') diff --git a/src/app/sharp96-bad-apple/Makefile.inc b/src/app/sharp96-bad-apple/Makefile.inc index 703d341..d88ba11 100644 --- a/src/app/sharp96-bad-apple/Makefile.inc +++ b/src/app/sharp96-bad-apple/Makefile.inc @@ -7,6 +7,7 @@ ifdef app override arch_drivers += spi,timer CONFIG_driver_sharp96 = y + COMMON_FLAGS += -DCONFIG_driver_sharp96 CONFIG_lib_inflate = y CONFIG_lib_inflate_lut = y CONFIG_arch_msp430fr5994lp_large_mode = y -- cgit v1.2.3