Commit e693e26c authored by Alessandro Rubini's avatar Alessandro Rubini

fmc-core.ko: renamed to fmc.ko, link in fmc-sdb.o

parent caf334c1
......@@ -3,12 +3,15 @@ LINUX ?= /lib/modules/$(shell uname -r)/build
ccflags-y = -I$M/include
obj-m = fmc-core.o
obj-m = fmc.o
obj-m += spec.o
obj-m += fmc-trivial.o
obj-m += fmc-write-eeprom.o
obj-m += wr-nic.o
fmc-y = fmc-core.o
fmc-y += fmc-sdb.o
spec-y = spec-pci.o
spec-y += spec-fmc.o
spec-y += spec-i2c.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