Date: Wed, 21 Feb 2018 16:34:04 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r329729 - in head/sys/modules/spi: at45d mx25l Message-ID: <201802211634.w1LGY4xc063647@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Wed Feb 21 16:34:04 2018 New Revision: 329729 URL: https://svnweb.freebsd.org/changeset/base/329729 Log: Remove some files that snuck in via cut and paste. Having these compiled into the module causes the kobj method descriptors to be resolved incorrectly (by the compile-time linker instead of the kernel linker), which then leads to hours of frustrating debugging. Modified: head/sys/modules/spi/at45d/Makefile head/sys/modules/spi/mx25l/Makefile Modified: head/sys/modules/spi/at45d/Makefile ============================================================================== --- head/sys/modules/spi/at45d/Makefile Wed Feb 21 16:33:08 2018 (r329728) +++ head/sys/modules/spi/at45d/Makefile Wed Feb 21 16:34:04 2018 (r329729) @@ -9,7 +9,6 @@ SRCS= at45d.c SRCS+= \ bus_if.h \ device_if.h \ - spibus_if.c \ spibus_if.h \ .if !empty(OPT_FDT) Modified: head/sys/modules/spi/mx25l/Makefile ============================================================================== --- head/sys/modules/spi/mx25l/Makefile Wed Feb 21 16:33:08 2018 (r329728) +++ head/sys/modules/spi/mx25l/Makefile Wed Feb 21 16:34:04 2018 (r329729) @@ -9,7 +9,6 @@ SRCS= mx25l.c SRCS+= \ bus_if.h \ device_if.h \ - spibus_if.c \ spibus_if.h \ .if !empty(OPT_FDT)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802211634.w1LGY4xc063647>