Module Name: src Committed By: jmcneill Date: Fri Nov 12 21:55:17 UTC 2021
Modified Files: src/sys/dtb/arm: Makefile Log Message: Build rockchip dtb files for armv7. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dtb/arm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dtb/arm/Makefile diff -u src/sys/dtb/arm/Makefile:1.4 src/sys/dtb/arm/Makefile:1.5 --- src/sys/dtb/arm/Makefile:1.4 Sun Nov 7 17:10:23 2021 +++ src/sys/dtb/arm/Makefile Fri Nov 12 21:55:17 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2021/11/07 17:10:23 jmcneill Exp $ +# $NetBSD: Makefile,v 1.5 2021/11/12 21:55:17 jmcneill Exp $ DTSARCH= arm DTSGNUARCH= arm @@ -16,6 +16,7 @@ DTSMAKEVARS= CONFIG_SOC_AM33XX=y \ CONFIG_MACH_MESON8=y \ CONFIG_ARCH_OMAP3=y \ CONFIG_ARCH_INTEL_SOCFPGA=y \ + CONFIG_ARCH_ROCKCHIP=y \ CONFIG_MACH_SUN4I=y \ CONFIG_MACH_SUN5I=y \ CONFIG_MACH_SUN6I=y \