diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-01-11 01:42:47 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-01-11 01:42:47 +0000 |
commit | 775d35749d2c2f54b0ebdbd996af5b2787c20f5b (patch) | |
tree | cbe745cc82aaba561e15620eb4b50723c7281de6 /sys | |
parent | cc31f9821ca5b82e504715cdc4c7f2296e6fd073 (diff) | |
download | src-775d35749d2c2f54b0ebdbd996af5b2787c20f5b.tar.gz src-775d35749d2c2f54b0ebdbd996af5b2787c20f5b.zip |
dtb: allwinner: Add orangepi-pc to the build
PR: 226011
Submitted by: Greg V <greg@unrelenting.technology>
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=342924
Diffstat (limited to 'sys')
-rw-r--r-- | sys/modules/dtb/allwinner/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/dtb/allwinner/Makefile b/sys/modules/dtb/allwinner/Makefile index afa19ef5851f..ee268a665ce2 100644 --- a/sys/modules/dtb/allwinner/Makefile +++ b/sys/modules/dtb/allwinner/Makefile @@ -20,6 +20,7 @@ DTS= \ sun8i-h3-nanopi-m1-plus.dts \ sun8i-h3-nanopi-neo.dts \ sun8i-h3-orangepi-one.dts \ + sun8i-h3-orangepi-pc.dts \ sun8i-h3-orangepi-plus2e.dts DTSO= sun8i-a83t-sid.dtso \ |