summaryrefslogtreecommitdiffstats
path: root/src/lib/makefile
blob: d15ca3befc08948ac1ec9a1d27b28686b2780f38 (plain)
1
2
3
4
5
6
7
ROOTPATH = ../..

OBJS = string.o stdlib.o assert.o stdio.o
OBJS += syscall_stub.o syscall_task.o syscall_mutex.o syscall_msg.o
OBJS += syscall_mmio.o syscall_time.o

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