You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tuxmake: accept kconfig targets as positional arguments
Positional arguments ending in "config" are now treated as the
kconfig value when --kconfig is not set explicitly. Matches the
behavior of plain make:
tuxmake --target-arch=x86_64 defconfig
tuxmake --target-arch=arm multi_v7_defconfig
tuxmake --target-arch=arm allmodconfig
Explicit --kconfig wins if both are given.
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
0 commit comments