summaryrefslogtreecommitdiffstats
path: root/src/sys/vfs/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2010-06-25 16:27:36 -0500
committerPatrick Williams <iawillia@us.ibm.com>2010-06-25 16:27:36 -0500
commite9a3562d6a5cf88e6034570ab791e91e63ffb14a (patch)
tree8f3d0727b431f81d6f8b70195ddd8d37b6c3e8e6 /src/sys/vfs/makefile
parent8085c7634979f38c1b152d0a35b98c2447ce497a (diff)
downloadtalos-hostboot-e9a3562d6a5cf88e6034570ab791e91e63ffb14a.tar.gz
talos-hostboot-e9a3562d6a5cf88e6034570ab791e91e63ffb14a.zip
Add shell of VFS for registering and resolving message queue names.
Diffstat (limited to 'src/sys/vfs/makefile')
-rw-r--r--src/sys/vfs/makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/sys/vfs/makefile b/src/sys/vfs/makefile
new file mode 100644
index 000000000..94ca71bbf
--- /dev/null
+++ b/src/sys/vfs/makefile
@@ -0,0 +1,10 @@
+OBJDIR = ../../../obj
+include ../../../config.mk
+
+OBJS = vfs_main.o
+OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS})
+
+all: ${OBJECTS}
+
+clean:
+ (rm -f ${OBJECTS} )
OpenPOWER on IntegriCloud