sys/dts: Remove arm64 from subdir as it no longer exists.

r325987 removed the arm64 directory, remove it from SUBDIR too.
This commit is contained in:
manu 2018-03-19 15:35:26 +00:00
parent dfdfdc183e
commit d46d9cadf4

View File

@ -1,5 +1,5 @@
# $FreeBSD$
SUBDIR=arm arm64 mips powerpc
SUBDIR=arm mips powerpc
.include <bsd.subdir.mk>