]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - samples/auxdisplay/Makefile
Input: wm97xx: add new AC97 bus support
[mirror_ubuntu-focal-kernel.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)