Commit 565cfa42 authored by Alessandro Rubini's avatar Alessandro Rubini

kernel/Makefile: build sdb-lib in fmc.ko

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 8b9415fc
......@@ -14,6 +14,12 @@ fmc-y += fmc-match.o
fmc-y += fmc-sdb.o
fmc-y += fru-parse.o
# The library includes <sdb.h>, si point -I directtly there
ccflags-y += -I$M/include/linux
fmc-y += ../sdb-lib/access.o
fmc-y += ../sdb-lib/glue.o
all modules:
$(MAKE) -C $(LINUX) M=$(shell /bin/pwd) modules
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment