diff options
author | Daniel Friesel <daniel.friesel@uos.de> | 2021-02-24 11:00:46 +0100 |
---|---|---|
committer | Daniel Friesel <daniel.friesel@uos.de> | 2021-02-24 11:00:46 +0100 |
commit | fd393a4cd5e2df69ac8dce6313b842d3aadaed72 (patch) | |
tree | e0588d11517fdf331aba4ca6ed7bcb7c5e867431 /src/app/sharp96test | |
parent | 5f3c3ed47e125c74d577da65c5ee3ffa951fbda5 (diff) |
app makefiles: set CONFIG_* variables where applicable
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 |