]> Git Repo - linux.git/blob - tools/pcmcia/Makefile
Merge tag 'firewire-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[linux.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)
This page took 0.033275 seconds and 4 git commands to generate.