summaryrefslogtreecommitdiffstats
path: root/src/sys/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/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/makefile')
-rw-r--r--src/sys/makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/sys/makefile b/src/sys/makefile
index 5a553e1d2..0eb552a44 100644
--- a/src/sys/makefile
+++ b/src/sys/makefile
@@ -2,9 +2,7 @@ IMGDIR = ../../img
OBJDIR = ../../obj
include ../../config.mk
-SUBDIRS = init.d
-IMAGES += ${IMGDIR}/kernel.elf
-IMAGES += ${IMGDIR}/kernel.bin
+SUBDIRS = init.d vfs.d
all: ${SUBDIRS}
OpenPOWER on IntegriCloud