aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/spi
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2018-02-21 16:34:04 +0000
committerIan Lepore <ian@FreeBSD.org>2018-02-21 16:34:04 +0000
commit3982006ed5587cfd83cc1955186e0aa4b92b3fcd (patch)
treebe005002e919000409a245b9d6e49e8a66c45eb3 /sys/modules/spi
parenta39d359d8561370de86e6280fd6bb02c14882dde (diff)
downloadsrc-3982006ed5587cfd83cc1955186e0aa4b92b3fcd.tar.gz
src-3982006ed5587cfd83cc1955186e0aa4b92b3fcd.zip
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.
Notes
Notes: svn path=/head/; revision=329729
Diffstat (limited to 'sys/modules/spi')
-rw-r--r--sys/modules/spi/at45d/Makefile1
-rw-r--r--sys/modules/spi/mx25l/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/spi/at45d/Makefile b/sys/modules/spi/at45d/Makefile
index 09c440788544..95790edcae9c 100644
--- a/sys/modules/spi/at45d/Makefile
+++ b/sys/modules/spi/at45d/Makefile
@@ -9,7 +9,6 @@ SRCS= at45d.c
SRCS+= \
bus_if.h \
device_if.h \
- spibus_if.c \
spibus_if.h \
.if !empty(OPT_FDT)
diff --git a/sys/modules/spi/mx25l/Makefile b/sys/modules/spi/mx25l/Makefile
index 7f81f6630683..1a80bea0c278 100644
--- a/sys/modules/spi/mx25l/Makefile
+++ b/sys/modules/spi/mx25l/Makefile
@@ -9,7 +9,6 @@ SRCS= mx25l.c
SRCS+= \
bus_if.h \
device_if.h \
- spibus_if.c \
spibus_if.h \
.if !empty(OPT_FDT)