summaryrefslogtreecommitdiffstats
path: root/src/usr/example/makefile
blob: 16df1e37d2c8456a80f34223563b94512c8635fd (plain)
1
2
3
4
5
6
7
ROOTPATH = ../../..
MODULE = example

OBJS = example.o
LIBS = libexample.so

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