summaryrefslogtreecommitdiffstats
path: root/src/sys/vfs/makefile
blob: 616c8bf43179eb334010c0ba80a076c2780d0446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ROOTPATH = ../../..
OBJDIR = ${ROOTPATH}/obj/hbicore

OBJS = vfs_main.o
OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS})

all: ${OBJECTS}

clean:
	(rm -f ${OBJECTS} )

include ../../../config.mk
OpenPOWER on IntegriCloud