kumquat-buildroot/linux
Ivo Slanina 541d9937d4 linux/linux.mk: custom dts path - build dtb only from *.dts files
When building device tree blobs from custom *.dts files, buildroot
initializes KERNEL_DTS_NAME variable from all given file names.
This causes that user can't provide one *.dts file and some other
*.dtsi files as dependencies.

Problem is fixed by adding filter for initializing KERNEL_DTS_NAME
variable with *.dts files only. All user provided files are copied
into kernel source tree, but only file names suffixed with *.dts
are used for building appropriate *.dtb files.

[Thomas: add comment into the code to explain why we are filtering
.dts files only.]

Signed-off-by: Ivo Slanina <ivo.slanina@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-03-04 23:38:15 +01:00
..
Config.ext.in linux: add fbtft kernel extension 2015-01-10 15:25:31 +01:00
Config.in linux: get rid of avr32 specifics 2015-02-14 17:43:17 +01:00
linux-ext-fbtft.mk linux: add fbtft kernel extension 2015-01-10 15:25:31 +01:00
linux-ext-rtai.mk apply-patches.sh: Use the "APPLY_PATCHES" variable to call the script 2014-10-25 01:31:32 +02:00
linux-ext-xenomai.mk packages: rename misc. occurrences of _OPT into _OPTS 2014-10-04 18:56:25 +02:00
linux.mk linux/linux.mk: custom dts path - build dtb only from *.dts files 2015-03-04 23:38:15 +01:00