summaryrefslogtreecommitdiff
path: root/src/app/sharp96-bad-apple
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/sharp96-bad-apple')
-rw-r--r--src/app/sharp96-bad-apple/Makefile.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/app/sharp96-bad-apple/Makefile.inc b/src/app/sharp96-bad-apple/Makefile.inc
index 27d94f0..703d341 100644
--- a/src/app/sharp96-bad-apple/Makefile.inc
+++ b/src/app/sharp96-bad-apple/Makefile.inc
@@ -6,7 +6,8 @@
ifdef app
override arch_drivers += spi,timer
- override drivers += sharp96
- override CONFIG_lib_inflate = y
- override CONFIG_lib_inflate_lut = y
+ CONFIG_driver_sharp96 = y
+ CONFIG_lib_inflate = y
+ CONFIG_lib_inflate_lut = y
+ CONFIG_arch_msp430fr5994lp_large_mode = y
endif