Index: head/sys/modules/i2c/ofw_iicbus/Makefile =================================================================== --- head/sys/modules/i2c/ofw_iicbus/Makefile (revision 329987) +++ head/sys/modules/i2c/ofw_iicbus/Makefile (nonexistent) @@ -1,15 +0,0 @@ -# $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 ___________________________________________________________________ Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:keywords ## -1 +0,0 ## -FreeBSD=%H \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sys/modules/i2c/Makefile =================================================================== --- head/sys/modules/i2c/Makefile (revision 329987) +++ head/sys/modules/i2c/Makefile (revision 329988) @@ -1,28 +1,24 @@ # $FreeBSD$ SUBDIR = \ controllers \ cyapa \ ds1307 \ ds13rtc \ ds3231 \ icee \ if_ic \ iic \ iicbb \ iicbus \ iicsmb \ isl \ isl12xx \ jedec_dimm \ jedec_ts \ nxprtc \ s35390a \ smb \ smbus \ -.if !empty(OPT_FDT) -SUBDIR += ofw_iicbus -.endif - .include Index: head/sys/modules/i2c/iicbus/Makefile =================================================================== --- head/sys/modules/i2c/iicbus/Makefile (revision 329987) +++ head/sys/modules/i2c/iicbus/Makefile (revision 329988) @@ -1,17 +1,21 @@ # $FreeBSD$ .PATH: ${SRCTOP}/sys/dev/iicbus KMOD= iicbus SRCS= \ bus_if.h \ device_if.h \ iic_recover_bus.c \ iicbus.c \ iicbus.h \ iicbus_if.c \ iicbus_if.h \ iiconf.c \ iiconf.h \ +.if !empty(OPT_FDT) +SRCS+= ofw_iicbus.c ofw_bus_if.h +.endif + .include