mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
We do not use the upstream name so add links so u-boot can load the dtb for us. Approved by: re (rgrimes)
12 lines
286 B
Makefile
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>
|