diff options
Diffstat (limited to 'src/app/sharp96test')
-rw-r--r-- | src/app/sharp96test/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/sharp96test/Makefile.inc b/src/app/sharp96test/Makefile.inc index 8cd8a11..b0c74ef 100644 --- a/src/app/sharp96test/Makefile.inc +++ b/src/app/sharp96test/Makefile.inc @@ -5,7 +5,7 @@ # SPDX-License-Identifier: CC0-1.0 ifdef app - override loop = 1 - override arch_drivers += spi - override drivers += sharp96 + CONFIG_loop = y + override arch_drivers += ,spi + CONFIG_driver_sharp96 = y endif |