Commit b719645b authored by Alessandro Rubini's avatar Alessandro Rubini

backport: kernel/Makefile: don't build trivial if no gpio is there

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent b2ca26a5
......@@ -5,7 +5,7 @@ ccflags-y += -I$M/include
obj-m = fmc.o
obj-m += fmc-fakedev.o
obj-m += fmc-trivial.o
obj-$(CONFIG_GPIOLIB) += fmc-trivial.o
obj-m += fmc-write-eeprom.o
obj-m += fmc-chardev.o
......
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