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