Newer
Older
barebox / drivers / nvmem / Makefile
@Andrey Smirnov Andrey Smirnov on 31 May 2018 266 bytes i.MX: ocotp: Move OCOTP driver to drivers/nvmem
#
# Makefile for nvmem drivers.
#

obj-$(CONFIG_NVMEM)		+= nvmem_core.o
nvmem_core-y			:= core.o

# Devices
obj-$(CONFIG_NVMEM_SNVS_LPGPR)	+= nvmem_snvs_lpgpr.o
nvmem_snvs_lpgpr-y		:= snvs_lpgpr.o

obj-$(CONFIG_IMX_OCOTP)		+= nvmem_ocotp.o
nvmem_ocotp-y			:= ocotp.o