summaryrefslogtreecommitdiffstats
path: root/src/sys/vfs/makefile
blob: 94ca71bbf626c2b446a4abbdd834a695e6f9518b (plain)
1
2
3
4
5
6
7
8
9
10
OBJDIR = ../../../obj
include ../../../config.mk

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

all: ${OBJECTS}

clean:
	(rm -f ${OBJECTS} )
OpenPOWER on IntegriCloud