]> asedeno.scripts.mit.edu Git - linux.git/blob - samples/auxdisplay/Makefile
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[linux.git] / samples / auxdisplay / Makefile
1 CC := $(CROSS_COMPILE)gcc
2 CFLAGS := -I../../usr/include
3
4 PROGS := cfag12864b-example
5
6 all: $(PROGS)
7
8 clean:
9         rm -fr $(PROGS)