Skip to content

Commit

Permalink
Make it easier to use defconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
OlliV committed Apr 16, 2015
1 parent 95e57b2 commit c578683
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions configure
Expand Up @@ -7,6 +7,7 @@ if [ -z $1 ]; then
exit 1
fi

export KBUILD_CONFIG_DIR=defconfigs
kconfig/config.sh $1

for f in $CONFFILES; do
Expand Down
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion kconfig/GNUmakefile
Expand Up @@ -23,8 +23,9 @@ O=$(TOPDIR)/$(SRCDIR)

# Build configuration
KBUILD_KCONFIG=Kconfig
KBUILD_CONFIG_DIR=configs
ifndef KBUILD_DEFCONFIG
KBUILD_DEFCONFIG=defconfig
endif

# Product information (exported)
export PRODUCT_ENV=KCONFIG
Expand Down

0 comments on commit c578683

Please sign in to comment.