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.
This commit is contained in:
ian 2018-02-21 16:34:04 +00:00
parent 535b19e4d9
commit 8d5c6f0fab
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ SRCS= at45d.c
SRCS+= \
bus_if.h \
device_if.h \
spibus_if.c \
spibus_if.h \
.if !empty(OPT_FDT)

View File

@ -9,7 +9,6 @@ SRCS= mx25l.c
SRCS+= \
bus_if.h \
device_if.h \
spibus_if.c \
spibus_if.h \
.if !empty(OPT_FDT)