diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2018-02-18 22:54:19 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2018-02-18 22:54:19 +0000 |
| commit | c99321621c125511e6711fa93bdfb7696f8926a7 (patch) | |
| tree | f09d618d920d0570fd03a170cd6ec57766cae0f1 /sys/modules/i2c/iicbus/Makefile | |
| parent | 7beb60820fa6a6c90aed262533c1621ead949bdf (diff) | |
Notes
Diffstat (limited to 'sys/modules/i2c/iicbus/Makefile')
| -rw-r--r-- | sys/modules/i2c/iicbus/Makefile | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/sys/modules/i2c/iicbus/Makefile b/sys/modules/i2c/iicbus/Makefile index f1e3bd40eebcb..67cba70ba969f 100644 --- a/sys/modules/i2c/iicbus/Makefile +++ b/sys/modules/i2c/iicbus/Makefile @@ -1,8 +1,16 @@ # $FreeBSD$ -.PATH: ${SRCTOP}/sys/dev/iicbus -KMOD = iicbus -SRCS = device_if.h bus_if.h iicbus_if.h iicbus_if.c \ - iiconf.h iiconf.c iicbus.h iicbus.c +.PATH: ${SRCTOP}/sys/dev/iicbus + +KMOD= iicbus +SRCS= \ + bus_if.h \ + device_if.h \ + iicbus.c \ + iicbus.h \ + iicbus_if.c \ + iicbus_if.h \ + iiconf.c \ + iiconf.h \ .include <bsd.kmod.mk> |
