Index: head/sys/modules/i2c/Makefile =================================================================== --- head/sys/modules/i2c/Makefile (revision 330411) +++ head/sys/modules/i2c/Makefile (revision 330412) @@ -1,24 +1,25 @@ # $FreeBSD$ SUBDIR = \ controllers \ cyapa \ ds1307 \ ds13rtc \ ds3231 \ icee \ if_ic \ iic \ iicbb \ iicbus \ iicsmb \ isl \ isl12xx \ jedec_dimm \ jedec_ts \ nxprtc \ + rtc8583 \ s35390a \ smb \ smbus \ .include Index: head/sys/modules/i2c/rtc8583/Makefile =================================================================== --- head/sys/modules/i2c/rtc8583/Makefile (nonexistent) +++ head/sys/modules/i2c/rtc8583/Makefile (revision 330412) @@ -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 Property changes on: head/sys/modules/i2c/rtc8583/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property