blob: 0273bab27233c52aac6196272a343b51983e4f47 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Shuah Khan8fc07eb2016-09-16 07:36:21 -06002CC := $(CROSS_COMPILE)gcc
3CFLAGS := -I../../usr/include
4
5PROGS := cfag12864b-example
6
7all: $(PROGS)
8
9clean:
10 rm -fr $(PROGS)