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

PROGS := cfag12864b-example

all: $(PROGS)

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