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:
parent
535b19e4d9
commit
8d5c6f0fab
@ -9,7 +9,6 @@ SRCS= at45d.c
|
||||
SRCS+= \
|
||||
bus_if.h \
|
||||
device_if.h \
|
||||
spibus_if.c \
|
||||
spibus_if.h \
|
||||
|
||||
.if !empty(OPT_FDT)
|
||||
|
@ -9,7 +9,6 @@ SRCS= mx25l.c
|
||||
SRCS+= \
|
||||
bus_if.h \
|
||||
device_if.h \
|
||||
spibus_if.c \
|
||||
spibus_if.h \
|
||||
|
||||
.if !empty(OPT_FDT)
|
||||
|
Loading…
Reference in New Issue
Block a user