summaryrefslogtreecommitdiff
path: root/src/app/ssd1306-bad-apple/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/ssd1306-bad-apple/Makefile.inc')
-rw-r--r--src/app/ssd1306-bad-apple/Makefile.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/app/ssd1306-bad-apple/Makefile.inc b/src/app/ssd1306-bad-apple/Makefile.inc
deleted file mode 100644
index 4d1b6d3..0000000
--- a/src/app/ssd1306-bad-apple/Makefile.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-# vim:ft=make
-#
-# Copyright 2020 Birte Kristina Friesel
-#
-# SPDX-License-Identifier: CC0-1.0
-
-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
- CONFIG_lib_inflate_lut = y
- CONFIG_arch_msp430fr5994lp_large_mode = y
-endif