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

OBJS = string.o stdlib.o 
OBJS += syscall_stub.o syscall_task.o syscall_mutex.o syscall_msg.o
OBJS += syscall_mmio.o
OBJECTS = $(addprefix ${OBJDIR}/, ${OBJS})

all: ${OBJECTS}

clean:
	(rm -f ${OBJECTS} )

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