From e9a3562d6a5cf88e6034570ab791e91e63ffb14a Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 25 Jun 2010 16:27:36 -0500 Subject: Add shell of VFS for registering and resolving message queue names. --- src/sys/makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/sys/makefile') 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} -- cgit v1.2.1