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

SUBDIRS = init.d vfs.d

all: ${SUBDIRS}

clean: $(patsubst %.d,%.clean, ${SUBDIRS})
	(rm -f ${IMAGES} )
OpenPOWER on IntegriCloud