mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
The SG-1000 boots with GENERIC ARM kernel on -head. Obtained from: pfSense Sponsored by: Rubicon Communications, LLC (Netgate)
8 lines
144 B
Makefile
8 lines
144 B
Makefile
# $FreeBSD$
|
|
# All the dts files for am335x systems we support.
|
|
DTS= \
|
|
beaglebone.dts \
|
|
beaglebone-black.dts \
|
|
ufw.dts
|
|
|
|
.include <bsd.dtb.mk>
|