summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:10:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:10:55 +0200
commitcc31adf78d10eb1a5880ef51e240ab4273315e4b (patch)
tree4a33bb60a4e230634e60dfe7503e60c2536ecdcd /common/Kconfig
parente4ea8e8bfa7a37fea2d97c3d268206417e196bdf (diff)
parent992116ba3aeda6635c103ea2d04682bdd081fb4b (diff)
downloadbarebox-cc31adf78d10eb1a5880ef51e240ab4273315e4b.tar.gz
barebox-cc31adf78d10eb1a5880ef51e240ab4273315e4b.tar.xz
Merge branch 'for-next/kbuild'
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 44a955c5ff..f514e3b4a2 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1,8 +1,7 @@
config DEFCONFIG_LIST
string
option defconfig_list
- default ARCH_DEFCONFIG
- default "arch/$(ARCH)/defconfig"
+ default "arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG)"
config GREGORIAN_CALENDER
bool