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

SUBDIRS = init.d vfs.d

all: ${SUBDIRS}

clean: $(patsubst %.d,%.clean, ${SUBDIRS})

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