aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/arm/at91/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/arm/at91/Makefile')
-rw-r--r--sys/boot/arm/at91/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/boot/arm/at91/Makefile b/sys/boot/arm/at91/Makefile
new file mode 100644
index 000000000000..266c0ad567ea
--- /dev/null
+++ b/sys/boot/arm/at91/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+SUBDIR= libat91 boot0 boot0iic boot0spi boot2 bootiic bootspi
+
+.include <bsd.subdir.mk>