diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-04-25 18:38:38 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-04-25 18:38:38 +0000 |
commit | db0e5bf390bd539dde2b8b95959bc5185e06cbab (patch) | |
tree | 03079613987eb02a8406cfff4b9e322d97fca677 /sys/modules/allwinner/aw_sid/Makefile | |
parent | e3a883c3864f788d0d55a19c807093c8264ceef7 (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/Makefile | 14 |
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> |