X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fhvk-init.sh;h=dc34592b935bbcec9ee7591bd22b042c260b5bfb;hb=a57745e6c7db1830cc10e57bbbd13b6623af50d5;hp=8e7fb1c2b8850738d2a61f3afba222f0bfc5670c;hpb=a5da940f226a74aba1c50279d04b37897beeec63;p=hvutilities.git diff --git a/scripts/hvk-init.sh b/scripts/hvk-init.sh index 8e7fb1c..dc34592 100755 --- a/scripts/hvk-init.sh +++ b/scripts/hvk-init.sh @@ -17,11 +17,7 @@ if [ x"${DEFCONFIG_AUTOGEN}" != x"" ]; then fi fi -if [ x"${DEFCONFIG_BOARD}" = x"all" ]; then - ${KMAKE} allyesconfig -else - ${KMAKE} ${DEFCONFIG_BOARD}_defconfig -fi +${KMAKE} ${DEFCONFIG_OPT} if [ x"${1}" = x"yocto" ]; then LOCALVERSION="${YOCTO_LOCALVERSION}"