summaryrefslogtreecommitdiffstats
path: root/samples/mei/Makefile
blob: 7aac216dc420bcd1e432f01e5104d83db778e587 (plain)
1
2
3
4
5
6
7
8
9
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include

PROGS := mei-amt-version

all: $(PROGS)

clean:
	rm -fr $(PROGS)
OpenPOWER on IntegriCloud