Commit 30125a40 authored by Alessandro Rubini's avatar Alessandro Rubini

Makefile: add Kconfig rules; add empty Kconfig file

The Makefile was empty, this only adds the kconfig rules
and a default target that make silentoldconfig
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 3f26a25a
all build: silentoldconfig
# following targets from Makefile.kconfig
silentoldconfig:
@mkdir -p include/config
$(MAKE) -f Makefile.kconfig $@
scripts_basic config %config:
$(MAKE) -f Makefile.kconfig $@
defconfig:
@echo "Using wrs_release_defconfig"
@$(MAKE) -f Makefile.kconfig wrs_release_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