usb: gadget: composite: conditionally dequeue os_desc and setup requests
[deliverable/linux.git] / drivers / memory / Makefile
CommitLineData
7ec94453
A
1#
2# Makefile for memory devices
3#
4
7c304d7e 5ifeq ($(CONFIG_DDR),y)
e6b42eb6 6obj-$(CONFIG_OF) += of_memory.o
7c304d7e 7endif
e81b6abe 8obj-$(CONFIG_ATMEL_SDRAMC) += atmel-sdramc.o
5a7c8154 9obj-$(CONFIG_TI_AEMIF) += ti-aemif.o
7ec94453 10obj-$(CONFIG_TI_EMIF) += emif.o
54afbec0 11obj-$(CONFIG_FSL_CORENET_CF) += fsl-corenet-cf.o
d2ae2e20 12obj-$(CONFIG_FSL_IFC) += fsl_ifc.o
3edad321 13obj-$(CONFIG_MVEBU_DEVBUS) += mvebu-devbus.o
c542fb79 14obj-$(CONFIG_TEGRA20_MC) += tegra20-mc.o
af468109 15obj-$(CONFIG_TEGRA30_MC) += tegra30-mc.o
This page took 0.153246 seconds and 5 git commands to generate.