add sun_le.mk to compile synx-devicetree Change-Id: Id2d90d45b1efed41ad6e44598d469c5fbc34f5a2
5 lines
129 B
Makefile
5 lines
129 B
Makefile
dtbo-y := synx/sun-synx.dtbo
|
|
ifneq (, $(filter y, $(CONFIG_ARCH_TUNA) $(CONFIG_ARCH_KERA)))
|
|
dtbo-y += synx/tuna-synx.dtbo
|
|
endif
|