Daniel Schwierzeck | 0fc13a9 | 2015-12-19 20:20:48 +0100 | [diff] [blame] | 1 | # |
| 2 | # SPDX-License-Identifier: GPL-2.0+ |
| 3 | # |
| 4 | |
Wills Wang | 6a7b52b | 2016-03-16 16:59:59 +0800 | [diff] [blame] | 5 | dtb-$(CONFIG_TARGET_AP121) += ap121.dtb |
Wills Wang | a2277cc | 2016-03-16 17:00:00 +0800 | [diff] [blame] | 6 | dtb-$(CONFIG_TARGET_AP143) += ap143.dtb |
Paul Burton | 6242aa1 | 2016-05-17 07:43:28 +0100 | [diff] [blame] | 7 | dtb-$(CONFIG_TARGET_MALTA) += mti,malta.dtb |
Purna Chandra Mandal | 44da3a1 | 2016-01-28 15:30:17 +0530 | [diff] [blame] | 8 | dtb-$(CONFIG_TARGET_PIC32MZDASK) += pic32mzda_sk.dtb |
Marek Vasut | 400df30 | 2016-05-06 20:10:41 +0200 | [diff] [blame] | 9 | dtb-$(CONFIG_BOARD_TPLINK_WDR4300) += tplink_wdr4300.dtb |
Daniel Schwierzeck | 0fc13a9 | 2015-12-19 20:20:48 +0100 | [diff] [blame] | 10 | |
| 11 | targets += $(dtb-y) |
| 12 | |
| 13 | # Add any required device tree compiler flags here |
| 14 | DTC_FLAGS += |
| 15 | |
| 16 | PHONY += dtbs |
| 17 | dtbs: $(addprefix $(obj)/, $(dtb-y)) |
| 18 | @: |
| 19 | |
| 20 | clean-files := *.dtb |