Commit f1702773 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

exclude aemr and prototest apps from kconfig

parent 306a88af
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -69,6 +69,9 @@ bool "Application"
EOF

for app in $(ls -1 src/app); do
	if [ -e "src/app/${app}/no-kconfig" ]; then
		continue
	fi
	echo config app_${app} | tr - _
	if [ -e "src/app/${app}/Kconfig" ]; then
		echo bool
@@ -83,6 +86,9 @@ echo endchoice
echo

for app in $(ls -1 src/app); do
	if [ -e "src/app/${app}/no-kconfig" ]; then
		continue
	fi
	echo config app
	echo string
	echo default '"'"${app}"'"'

src/app/aemr/Kconfig

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
prompt "Automatic Energy Model Refinement"
depends on !loop && !wakeup
+0 −0

Empty file added.

+0 −0

Empty file added.