summaryrefslogtreecommitdiffstats
path: root/src/sys/vfs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/vfs')
-rw-r--r--src/sys/vfs/makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sys/vfs/makefile b/src/sys/vfs/makefile
index 05d3b8774..767b09204 100644
--- a/src/sys/vfs/makefile
+++ b/src/sys/vfs/makefile
@@ -1,12 +1,5 @@
ROOTPATH = ../../..
-OBJDIR = ${ROOTPATH}/obj/hbicore
OBJS = vfs_main.o
-OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS})
-
-all: ${OBJECTS}
-
-clean:
- (rm -f ${OBJECTS} $(addsuffix .hash, ${OBJECTS}) )
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud