summaryrefslogtreecommitdiffstats
path: root/arch/sh/boot
diff options
context:
space:
mode:
authorRich Felker2016-03-26 02:24:30 +0100
committerRich Felker2016-07-31 05:33:32 +0200
commit190fe191cfbead9fe089453dd092869c9469c6d4 (patch)
tree10dfa2b780644c5fe43b3cf53901ac4a04963384 /arch/sh/boot
parentsh: cmpxchg: fix a bit shift bug in big_endian os (diff)
downloadkernel-qcow2-linux-190fe191cfbead9fe089453dd092869c9469c6d4.tar.gz
kernel-qcow2-linux-190fe191cfbead9fe089453dd092869c9469c6d4.tar.xz
kernel-qcow2-linux-190fe191cfbead9fe089453dd092869c9469c6d4.zip
sh: add support for linking a builtin device tree blob in the kernel
Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/boot')
-rw-r--r--arch/sh/boot/dts/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/boot/dts/Makefile b/arch/sh/boot/dts/Makefile
new file mode 100644
index 000000000000..e5ce3a0de7f4
--- /dev/null
+++ b/arch/sh/boot/dts/Makefile
@@ -0,0 +1,3 @@
+obj-$(CONFIG_USE_BUILTIN_DTB) += $(patsubst "%",%,$(CONFIG_BUILTIN_DTB_SOURCE)).dtb.o
+
+clean-files := *.dtb.S