Merge tag 'for-linus-20130331' of git://git.kernel.dk/linux-block
[deliverable/linux.git] / drivers / firmware / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4 obj-$(CONFIG_DMI) += dmi_scan.o
5 obj-$(CONFIG_DMI_SYSFS) += dmi-sysfs.o
6 obj-$(CONFIG_EDD) += edd.o
7 obj-$(CONFIG_EFI_VARS) += efivars.o
8 obj-$(CONFIG_EFI_PCDP) += pcdp.o
9 obj-$(CONFIG_DELL_RBU) += dell_rbu.o
10 obj-$(CONFIG_DCDBAS) += dcdbas.o
11 obj-$(CONFIG_DMIID) += dmi-id.o
12 obj-$(CONFIG_ISCSI_IBFT_FIND) += iscsi_ibft_find.o
13 obj-$(CONFIG_ISCSI_IBFT) += iscsi_ibft.o
14 obj-$(CONFIG_FIRMWARE_MEMMAP) += memmap.o
15
16 obj-$(CONFIG_GOOGLE_FIRMWARE) += google/
This page took 0.037566 seconds and 5 git commands to generate.