blob: d231dc2877301c473dc89820a9b938b31d89a702 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Tom Rinida58dec2015-11-10 01:06:16 +00002
Mario Sixc6b89f32018-02-12 08:05:57 +01003ifdef CONFIG_SANDBOX64
4dtb-$(CONFIG_SANDBOX) += sandbox64.dtb
5else
Simon Glass714a5622014-02-26 15:59:14 -07006dtb-$(CONFIG_SANDBOX) += sandbox.dtb
Mario Sixc6b89f32018-02-12 08:05:57 +01007endif
Simon Glassb14d5472015-05-23 11:53:57 -06008dtb-$(CONFIG_UT_DM) += test.dtb
Simon Glass714a5622014-02-26 15:59:14 -07009
10targets += $(dtb-y)
11
12DTC_FLAGS += -R 4 -p 0x1000
13
14PHONY += dtbs
15dtbs: $(addprefix $(obj)/, $(dtb-y))
16 @:
17
18clean-files := *.dtb