1#
2# Makefile for Open-Channel SSDs.
3#
4
5obj-$(CONFIG_NVM)		:= core.o
6obj-$(CONFIG_NVM_GENNVM) 	+= gennvm.o
7obj-$(CONFIG_NVM_RRPC)		+= rrpc.o
8