fca1e893创建于 2022年9月4日历史提交
subdir = src/gausskernel/storage/nvm
top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global

ifneq "$(MAKECMDGOALS)" "clean"
  ifneq "$(MAKECMDGOALS)" "distclean"
    ifneq "$(shell which g++ |grep hutaf_llt |wc -l)" "1"
      -include $(DEPEND)
    endif
  endif
endif
OBJS = nvm.o nvmbuffer.o

include $(top_srcdir)/src/gausskernel/common.mk