mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
8c0b9ee866
Move the MIPS device-trees into the appropriate vendor sub-directories. Signed-off-by: Andrew Bresticker <abrestic@chromium.org> Tested-by: Kevin Cernekee <cernekee@gmail.com> Cc: f.fainelli@gmail.com Cc: jaedon.shin@gmail.com Cc: tglx@linutronix.de Cc: jason@lakedaemon.net Cc: jogo@openwrt.org Cc: arnd@arndb.de Cc: computersforpeace@gmail.com Cc: linux-mips@linux-mips.org Cc: devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/8835/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
13 lines
375 B
Makefile
13 lines
375 B
Makefile
dtb-$(CONFIG_DTB_RT2880_EVAL) += rt2880_eval.dtb
|
|
dtb-$(CONFIG_DTB_RT305X_EVAL) += rt3052_eval.dtb
|
|
dtb-$(CONFIG_DTB_RT3883_EVAL) += rt3883_eval.dtb
|
|
dtb-$(CONFIG_DTB_MT7620A_EVAL) += mt7620a_eval.dtb
|
|
|
|
obj-y += $(patsubst %.dtb, %.dtb.o, $(dtb-y))
|
|
|
|
# Force kbuild to make empty built-in.o if necessary
|
|
obj- += dummy.o
|
|
|
|
always := $(dtb-y)
|
|
clean-files := *.dtb *.dtb.S
|