mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
a5fcc6522f
Add a DTS for TL-WR1043ND version 1 and allow to have it built in the kernel to circumvent the broken u-boot found on these boards. Currently only the UART, LEDs and buttons are supported. Signed-off-by: Alban Bedel <albeu@free.fr> Cc: linux-mips@linux-mips.org Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
14 lines
267 B
Makefile
14 lines
267 B
Makefile
dts-dirs += brcm
|
|
dts-dirs += cavium-octeon
|
|
dts-dirs += ingenic
|
|
dts-dirs += lantiq
|
|
dts-dirs += mti
|
|
dts-dirs += netlogic
|
|
dts-dirs += qca
|
|
dts-dirs += ralink
|
|
|
|
obj-y := $(addsuffix /, $(dts-dirs))
|
|
|
|
always := $(dtb-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb *.dtb.S
|