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