Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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.031643 seconds and 6 git commands to generate.