blob: 0cc1dcf946860349d7422f9b1c0aa3d753b02165 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# vim:ft=make
#
# Copyright 2020 Daniel Friesel
#
# SPDX-License-Identifier: CC0-1.0
ifdef app
override undefine CONFIG_loop
CONFIG_wakeup = y
override arch_drivers += ,stdin
endif
|