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/ssd1306-bad-apple/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/ssd1306-bad-apple') diff --git a/src/app/ssd1306-bad-apple/Makefile.inc b/src/app/ssd1306-bad-apple/Makefile.inc index bbe2db7..65cd435 100644 --- a/src/app/ssd1306-bad-apple/Makefile.inc +++ b/src/app/ssd1306-bad-apple/Makefile.inc @@ -7,6 +7,7 @@ ifdef app override arch_drivers += i2c,timer CONFIG_driver_ssd1306 = y + COMMON_FLAGS += -DCONFIG_driver_ssd1306 CONFIG_driver_ssd1306_width = 128 CONFIG_driver_ssd1306_height = 64 CONFIG_lib_inflate = y -- cgit v1.2.3