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/sharp96test/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/sharp96test/Makefile.inc') diff --git a/src/app/sharp96test/Makefile.inc b/src/app/sharp96test/Makefile.inc index c8ffb78..0c2f449 100644 --- a/src/app/sharp96test/Makefile.inc +++ b/src/app/sharp96test/Makefile.inc @@ -8,4 +8,5 @@ ifdef app loop = 1 override arch_drivers += ,spi CONFIG_driver_sharp96 = y + COMMON_FLAGS += -DCONFIG_driver_sharp96 endif -- cgit v1.2.3