tools lib fs: Add helper to find mounted file systems
[firefly-linux-kernel-4.4.55.git] / tools / lib / api / Makefile
index 36c08b1f4afbc9379007c3b49e79fb5f87a3f1c9..22b2f15d72558497823eb767b62ef37b58728893 100644 (file)
@@ -9,11 +9,13 @@ LIB_H=
 LIB_OBJS=
 
 LIB_H += fs/debugfs.h
+LIB_H += fs/findfs.h
 LIB_H += fs/fs.h
 # See comment below about piggybacking...
 LIB_H += fd/array.h
 
 LIB_OBJS += $(OUTPUT)fs/debugfs.o
+LIB_OBJS += $(OUTPUT)fs/findfs.o
 LIB_OBJS += $(OUTPUT)fs/fs.o
 # XXX piggybacking here, need to introduce libapikfd, or rename this
 # to plain libapik.a and make it have it all api goodies