Index: stable/11/sys/modules/spigen/Makefile =================================================================== --- stable/11/sys/modules/spigen/Makefile (revision 350065) +++ stable/11/sys/modules/spigen/Makefile (revision 350066) @@ -1,18 +1,19 @@ # $FreeBSD$ .PATH: ${SRCTOP}/sys/dev/spibus KMOD= spigen SRCS= spigen.c # Generated files... SRCS+= \ bus_if.h \ device_if.h \ opt_platform.h \ + opt_spi.h \ spibus_if.h \ .if !empty(OPT_FDT) SRCS+= ofw_bus_if.h .endif .include Index: stable/11 =================================================================== --- stable/11 (revision 350065) +++ stable/11 (revision 350066) Property changes on: stable/11 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r336561