summaryrefslogtreecommitdiffstats
path: root/src/sys/init/makefile
blob: 8dbde1b7c35cc02b8bd2ede82173e5923c8bb086 (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 ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud