Merge branch 'stable/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / spectra / Makefile
CommitLineData
494a43bb
AO
1#
2# Makefile of Intel Moorestown NAND controller driver
3#
4
bf46b9a9 5obj-$(CONFIG_SPECTRA) += spectra.o
4087524f 6spectra-y := ffsport.o flash.o lld.o
bf46b9a9
DW
7spectra-$(CONFIG_SPECTRA_MRST_HW) += lld_nand.o
8spectra-$(CONFIG_SPECTRA_MRST_HW_DMA) += lld_cdma.o
9spectra-$(CONFIG_SPECTRA_EMU) += lld_emu.o
10spectra-$(CONFIG_SPECTRA_MTD) += lld_mtd.o
494a43bb 11