]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - tools/pcmcia/Makefile
Merge tag 'v4.9-rc3' into xtensa-for-next
[mirror_ubuntu-focal-kernel.git] / tools / pcmcia / Makefile
1 CC := $(CROSS_COMPILE)gcc
2 CFLAGS := -I../../usr/include
3
4 PROGS := crc32hash
5
6 all: $(PROGS)
7
8 clean:
9 rm -fr $(PROGS)