summaryrefslogtreecommitdiffstats
path: root/src/sys/init/makefile
blob: 64c2c1af9352420fb7dfd021213ba2602c4e75e5 (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} $(addsuffix .hash, ${OBJECTS}) )

include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud