opnsense-src/sys/modules/dtb/omap4/Makefile
Emmanuel Vadot 522a17253e dtb: Add LINKS for omap4 DTBs
We do not use the upstream name so add links so u-boot can load the dtb
for us.

Approved by:	re (rgrimes)
2018-08-30 14:32:10 +00:00

12 lines
286 B
Makefile

# $FreeBSD$
# All the dts files for omap4 systems we support.
DTS= \
omap4-duovero-parlor.dts \
pandaboard.dts \
pandaboard-es.dts
LINKS= \
${DTBDIR}/pandaboard.dtb ${DTBDIR}/omap4-panda.dtb \
${DTBDIR}/pandaboard-es.dtb ${DTBDIR}/omap4-panda-es.dtb
.include <bsd.dtb.mk>