blob: b9452919739f345ca061b281423b9c686e81c832 [file] [log] [blame]
Alessandro Rubini9c9f32ed2013-06-12 09:13:25 +02001
2obj-$(CONFIG_FMC) += fmc.o
3
4fmc-y = fmc-core.o
Alessandro Rubini77864f22013-06-18 23:47:13 +02005fmc-y += fmc-match.o
6fmc-y += fmc-sdb.o
7fmc-y += fru-parse.o
8fmc-y += fmc-dump.o
Alessandro Rubini6c62a892013-06-18 23:47:35 +02009
10obj-$(CONFIG_FMC_FAKEDEV) += fmc-fakedev.o
Alessandro Rubini056d83f2013-06-18 23:47:46 +020011obj-$(CONFIG_FMC_TRIVIAL) += fmc-trivial.o
Alessandro Rubini6007b1b2013-06-18 23:47:56 +020012obj-$(CONFIG_FMC_WRITE_EEPROM) += fmc-write-eeprom.o
Alessandro Rubini4debfe42013-06-18 23:48:07 +020013obj-$(CONFIG_FMC_CHARDEV) += fmc-chardev.o