]> bbs.cooldavid.org Git - net-next-2.6.git/blame - drivers/staging/spectra/Makefile
spectra: Rename config options
[net-next-2.6.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