summaryrefslogtreecommitdiff
path: root/ndb/src/kernel/blocks/ndbfs/Makefile_old
blob: 58e1458bf16bb5f94e1befa3d389401203fb32e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include .defs.mk

TYPE := kernel

ARCHIVE_TARGET := ndbfs

SOURCES = \
	AsyncFile.cpp			\
	Ndbfs.cpp VoidFs.cpp	\
	Filename.cpp			\
	CircularIndex.cpp

include $(NDB_TOP)/Epilogue.mk