summaryrefslogtreecommitdiff
path: root/src/app/ssd1306-bad-apple/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-05-28 15:51:30 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-05-28 15:51:30 +0200
commit15c753b2aa1729a8a793ea2f1078dfe84e23d2e5 (patch)
tree832ea4c9292ebf75a0abcbfa82fd3006c1345880 /src/app/ssd1306-bad-apple/Makefile.inc
parent460ecf074d133cbe026cbddb7cf5fad1180c9831 (diff)
driver configuration is now kconfig-first
Diffstat (limited to 'src/app/ssd1306-bad-apple/Makefile.inc')
-rw-r--r--src/app/ssd1306-bad-apple/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
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