Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Fix build the easiest way...
details:   https://anonhg.NetBSD.org/src/rev/e09f4516a216
branches:  trunk
changeset: 365487:e09f4516a216
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Aug 17 14:47:21 2018 +0000
description:
Fix build the easiest way...
Restructure to allow generic builds will come later.
diffstat:
 sys/arch/evbarm/conf/files.exynos |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
diffs (15 lines):
diff -r 292ce811c68d -r e09f4516a216 sys/arch/evbarm/conf/files.exynos
--- a/sys/arch/evbarm/conf/files.exynos Fri Aug 17 14:39:51 2018 +0000
+++ b/sys/arch/evbarm/conf/files.exynos Fri Aug 17 14:47:21 2018 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: files.exynos,v 1.3 2017/06/10 15:13:19 jmcneill Exp $
+#      $NetBSD: files.exynos,v 1.4 2018/08/17 14:47:21 skrll Exp $
 #
 # EXYNOS board configuration info
 #
 
-include        "arch/evbarm/conf/files.fdt"
+include        "arch/arm/samsung/files.exynos"
 
-include        "arch/arm/samsung/files.exynos"
+include        "arch/evbarm/conf/files.fdt"
Home |
Main Index |
Thread Index |
Old Index