Staging: comedi: Use mutex instead of semaphore in usbduxfast.c
[deliverable/linux.git] / drivers / nvmem / Makefile
1 #
2 # Makefile for nvmem drivers.
3 #
4
5 obj-$(CONFIG_NVMEM) += nvmem_core.o
6 nvmem_core-y := core.o
7
8 # Devices
9 obj-$(CONFIG_QCOM_QFPROM) += nvmem_qfprom.o
10 nvmem_qfprom-y := qfprom.o
11 obj-$(CONFIG_NVMEM_SUNXI_SID) += nvmem_sunxi_sid.o
12 nvmem_sunxi_sid-y := sunxi_sid.o
This page took 0.030179 seconds and 5 git commands to generate.