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

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

all: ${OBJECTS}

clean:
	(rm -f ${OBJECTS} )

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