]> git.karo-electronics.de Git - linux-beck.git/blob - drivers/fmc/Makefile
Merge tag 'drm-intel-fixes-2016-05-02' of git://anongit.freedesktop.org/drm-intel...
[linux-beck.git] / drivers / fmc / Makefile
1
2 obj-$(CONFIG_FMC) += fmc.o
3
4 fmc-y = fmc-core.o
5 fmc-y += fmc-match.o
6 fmc-y += fmc-sdb.o
7 fmc-y += fru-parse.o
8 fmc-y += fmc-dump.o
9
10 obj-$(CONFIG_FMC_FAKEDEV) += fmc-fakedev.o
11 obj-$(CONFIG_FMC_TRIVIAL) += fmc-trivial.o
12 obj-$(CONFIG_FMC_WRITE_EEPROM) += fmc-write-eeprom.o
13 obj-$(CONFIG_FMC_CHARDEV) += fmc-chardev.o