summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2017-07-09 05:22:00 -0700
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-09 17:03:37 +0200
commitb7310c8d07a415f50c34a159bd93ddd0c4476ed7 (patch)
treeee605a5d82865aca9605b4780874413b66d990ee /arch
parent6e69eabe4390dc96405dbde5295da9a1da94c3e9 (diff)
downloadbuildroot-b7310c8d07a415f50c34a159bd93ddd0c4476ed7.tar.gz
buildroot-b7310c8d07a415f50c34a159bd93ddd0c4476ed7.zip
linux: apply xtensa overlay
Xtensa core configuration must be added to linux before it can be built for that xtensa CPU variant. Extract configuration files from the xtensa overlay as is done for other packages that need to be configured for a specific xtensa core. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arch.mk.xtensa2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arch.mk.xtensa b/arch/arch.mk.xtensa
index 1bc700aac0..7eb6715372 100644
--- a/arch/arch.mk.xtensa
+++ b/arch/arch.mk.xtensa
@@ -23,7 +23,7 @@ endif
# arch-xtensa-overlay-extract -- extract an extensa overlay
#
# argument 1 is the path in which to extract
-# argument 2 is the component to extract, one of: gcc, binutils, gdb
+# argument 2 is the component to extract, one of: gcc, binutils, gdb, linux
#
# Example:
# $(call arch-xtensa-overlay-extract,/path/to/overlay.tar,$(@D),gcc)
OpenPOWER on IntegriCloud