Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
[linux/fpc-iii.git] / tools / pcmcia / Makefile
blob81a7498c5cd9efcc2f9f4af26264752fe62e615c
1 CC := $(CROSS_COMPILE)gcc
2 CFLAGS := -I../../usr/include
4 PROGS := crc32hash
6 all: $(PROGS)
8 clean:
9 rm -fr $(PROGS)