Index: head/sys/modules/i2c/Makefile =================================================================== --- head/sys/modules/i2c/Makefile (revision 329540) +++ head/sys/modules/i2c/Makefile (revision 329541) @@ -1,23 +1,27 @@ # $FreeBSD$ SUBDIR = \ controllers \ cyapa \ ds1307 \ ds13rtc \ ds3231 \ icee \ if_ic \ iic \ iicbb \ iicbus \ iicsmb \ isl \ isl12xx \ jedec_ts \ nxprtc \ s35390a \ smb \ smbus \ +.if !empty(OPT_FDT) +SUBDIR += ofw_iicbus +.endif + .include Index: head/sys/modules/i2c/ofw_iicbus/Makefile =================================================================== --- head/sys/modules/i2c/ofw_iicbus/Makefile (nonexistent) +++ head/sys/modules/i2c/ofw_iicbus/Makefile (revision 329541) @@ -0,0 +1,15 @@ +# $FreeBSD$ + +.PATH: ${SRCTOP}/sys/dev/iicbus + +KMOD= ofw_iicbus +SRCS= ofw_iicbus.c + +SRCS+= \ + bus_if.h \ + device_if.h \ + iicbus_if.h \ + ofw_bus_if.h \ + opt_platform.h \ + +.include Property changes on: head/sys/modules/i2c/ofw_iicbus/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