aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/allwinner/aw_sid/Makefile
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2019-04-25 18:38:38 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2019-04-25 18:38:38 +0000
commitdb0e5bf390bd539dde2b8b95959bc5185e06cbab (patch)
tree03079613987eb02a8406cfff4b9e322d97fca677 /sys/modules/allwinner/aw_sid/Makefile
parente3a883c3864f788d0d55a19c807093c8264ceef7 (diff)
arm: allwinner: Add pnpinfo for aw_sid and add module Makefile
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=346691
Diffstat (limited to 'sys/modules/allwinner/aw_sid/Makefile')
-rw-r--r--sys/modules/allwinner/aw_sid/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/allwinner/aw_sid/Makefile b/sys/modules/allwinner/aw_sid/Makefile
new file mode 100644
index 000000000000..dc2beb74c874
--- /dev/null
+++ b/sys/modules/allwinner/aw_sid/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+.PATH: ${SRCTOP}/sys/arm/allwinner
+
+KMOD= aw_sid
+SRCS= aw_sid.c
+
+SRCS+= \
+ bus_if.h \
+ clknode_if.h \
+ device_if.h \
+ ofw_bus_if.h \
+
+.include <bsd.kmod.mk>