As eSE is present in multiple boards, added the board and msm id's for all the revellant boards. Change-Id: Iac8c898c447059eaca4229fac65472b48e653584
20 lines
510 B
Makefile
20 lines
510 B
Makefile
ifeq ($(CONFIG_ARCH_SUN),y)
|
|
dtbo-y += sun-ese-mtp.dtbo
|
|
dtbo-y += sun-ese-rcm-v8.dtbo
|
|
dtbo-y += sun-ese-rcm.dtbo
|
|
dtbo-y += sun-ese-mtp-kiwi-v8.dtbo
|
|
dtbo-y += sun-ese-atp.dtbo
|
|
dtbo-y += sun-ese-qrd-sku1.dtbo
|
|
dtbo-y += sun-ese-qrd-sku1-v8.dtbo
|
|
dtbo-y += sun-ese-qrd-sku2-v8.dtbo
|
|
dtbo-y += sun-ese-cdp.dtbo
|
|
dtbo-y += sun-ese-qrd.dtbo
|
|
dtbo-y += sun-v2-ese-mtp.dtbo
|
|
dtbo-y += sun-v2-ese-cdp.dtbo
|
|
dtbo-y += sun-v2-ese-qrd.dtbo
|
|
endif
|
|
|
|
always-y := $(dtb-y) $(dtbo-y)
|
|
subdir-y := $(dts-dirs)
|
|
clean-files := *.dtb *.dtbo
|