Module Name: src
Committed By: jmcneill
Date: Sun Nov 7 17:10:23 UTC 2021
Modified Files:
src/sys/dtb/arm: Makefile
Log Message:
CONFIG_ARCH_SOCFPGA has been renamed CONFIG_ARCH_INTEL_SOCFPGA
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/sys/dtb/arm/Makefile:1.4
--- src/sys/dtb/arm/Makefile:1.3 Wed Jun 10 18:53:31 2020
+++ src/sys/dtb/arm/Makefile Sun Nov 7 17:10:23 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/06/10 18:53:31 jmcneill Exp $
+# $NetBSD: Makefile,v 1.4 2021/11/07 17:10:23 jmcneill Exp $
DTSARCH= arm
DTSGNUARCH= arm
@@ -15,7 +15,7 @@ DTSMAKEVARS= CONFIG_SOC_AM33XX=y \
CONFIG_SOC_IMX7D=y \
CONFIG_MACH_MESON8=y \
CONFIG_ARCH_OMAP3=y \
- CONFIG_ARCH_SOCFPGA=y \
+ CONFIG_ARCH_INTEL_SOCFPGA=y \
CONFIG_MACH_SUN4I=y \
CONFIG_MACH_SUN5I=y \
CONFIG_MACH_SUN6I=y \