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.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/app/sharp96-bad-apple/Makefile.inc b/src/app/sharp96-bad-apple/Makefile.inc
new file mode 100644
index 0000000..580d493
--- /dev/null
+++ b/src/app/sharp96-bad-apple/Makefile.inc
@@ -0,0 +1,11 @@
+# vim:ft=make
+#
+# Copyright 2020 Daniel Friesel
+#
+# SPDX-License-Identifier: CC0-1.0
+
+ifdef app
+ override arch_drivers += spi,timer
+ override drivers += sharp96
+ override CONFIG_lib_inflate = y
+endif