summaryrefslogtreecommitdiff
path: root/src/app/sharp96-bad-apple/Makefile.inc
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2024-02-10 21:46:45 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2024-02-10 21:46:45 +0100
commitcdf3c02cb8b7a557e8aeeda5b7e13b3139a41b0e (patch)
tree19f8666708075c2a9c40f054b1c13cadcca8d20f /src/app/sharp96-bad-apple/Makefile.inc
parentef9d29ee0ecef0da260388300f354de48b1032c1 (diff)
rename sharp96-bad-apple to bad-apple-msp430fr-sharp96
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