Commit bd629750 authored by Adam Wujek's avatar Adam Wujek 💬

sw:rt: Add simple Kconfig.mt

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent a236f279
mainmenu "alarm_clock demo configuration"
comment "Project specific configuration"
source "Kconfig.mt"
#
# Automatically generated file; DO NOT EDIT.
# alarm_clock demo configuration
#
#
# Project specific configuration
#
#
# Mock Turtle configuration
#
CONFIG_MOCKTURTLE_FRAMEWORK_ENABLE=y
comment "Mock Turtle configuration"
config MOCKTURTLE_FRAMEWORK_ENABLE
bool "Enable Mock Turtle framework"
......@@ -179,7 +179,7 @@ scripts_basic config:
$(MAKE) quiet=quiet_ KBUILD_KCONFIG=$(CURDIR)/Kconfig projtree=$(CURDIR) -C $(TRTL)/software/rt -f Makefile.kconfig $@
defconfig:
$(MAKE) KBUILD_KCONFIG=$(CURDIR)/Kconfig projtree=$(CURDIR) quiet=quiet_ -C $(TRTL)/software/rt -f Makefile.kconfig aaa_defconfig
$(MAKE) KBUILD_KCONFIG=$(CURDIR)/Kconfig projtree=$(CURDIR) quiet=quiet_ -C $(TRTL)/software/rt -f Makefile.kconfig mt_defconfig
.config: silentoldconfig
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment