From d9d3a08ed48067830d276c70c2b40bf99cf30223 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Mon, 19 Mar 2018 15:35:26 +0000 Subject: [PATCH] sys/dts: Remove arm64 from subdir as it no longer exists. r325987 removed the arm64 directory, remove it from SUBDIR too. --- sys/dts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dts/Makefile b/sys/dts/Makefile index 9025c04ba4a6..66f65a712fe4 100644 --- a/sys/dts/Makefile +++ b/sys/dts/Makefile @@ -1,5 +1,5 @@ # $FreeBSD$ -SUBDIR=arm arm64 mips powerpc +SUBDIR=arm mips powerpc .include