diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2018-03-04 21:06:21 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2018-03-04 21:06:21 +0000 |
| commit | 5a45ce2f62c2e7621888144fe01a8c0a9d5ec215 (patch) | |
| tree | abc5ced5d1f83e59bed14ccbcc69826d4e69ff7a /sys/modules/i2c/rtc8583 | |
| parent | 5deff57b6f73b7a86a53b7b4cec1e4756e10b542 (diff) | |
Build iicbus/rtc8583 as a module.
Notes
svn path=/head/; revision=330412
Diffstat (limited to 'sys/modules/i2c/rtc8583')
| -rw-r--r-- | sys/modules/i2c/rtc8583/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys/modules/i2c/rtc8583/Makefile b/sys/modules/i2c/rtc8583/Makefile new file mode 100644 index 000000000000..db8db820036f --- /dev/null +++ b/sys/modules/i2c/rtc8583/Makefile @@ -0,0 +1,19 @@ +# $FreeBSD$ + +.PATH: ${SRCTOP}/sys/dev/iicbus +KMOD = rtc8583 +SRCS = rtc8583.c + +# Generated files... +SRCS+= \ + bus_if.h \ + clock_if.h \ + device_if.h \ + iicbus_if.h \ + opt_platform.h \ + +.if !empty(OPT_FDT) +SRCS+= ofw_bus_if.h +.endif + +.include <bsd.kmod.mk> |
