diff options
author | andrew <andrew@FreeBSD.org> | 2015-05-07 12:38:23 +0000 |
---|---|---|
committer | andrew <andrew@FreeBSD.org> | 2015-05-07 12:38:23 +0000 |
commit | b87b82a356ee530d5dfe2eeff2100d9bb6079e35 (patch) | |
tree | 4b0ad0b487deb9450dae21ed5cdb81cd111333f8 /sys/arm/conf/IMX6 | |
parent | efaf13e547d6ba2bc191b15a5c47b71102f29edf (diff) | |
download | FreeBSD-src-b87b82a356ee530d5dfe2eeff2100d9bb6079e35.zip FreeBSD-src-b87b82a356ee530d5dfe2eeff2100d9bb6079e35.tar.gz |
Clean up the ARM kernel configs to use 'include<space><tab>"file"'.
Diffstat (limited to 'sys/arm/conf/IMX6')
-rw-r--r-- | sys/arm/conf/IMX6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/conf/IMX6 b/sys/arm/conf/IMX6 index 5ead99b..332681a 100644 --- a/sys/arm/conf/IMX6 +++ b/sys/arm/conf/IMX6 @@ -19,7 +19,7 @@ # $FreeBSD$ ident IMX6 -include "std.armv6" +include "std.armv6" include "../freescale/imx/std.imx6" options SOC_IMX6 |