Merge tag 'ceph-for-4.9-rc2' of git://github.com/ceph/ceph-client
[linux-2.6-block.git] / tools / pcmcia / Makefile
CommitLineData
a67cd548
SK
1CC := $(CROSS_COMPILE)gcc
2CFLAGS := -I../../usr/include
3
4PROGS := crc32hash
5
6all: $(PROGS)
7
8clean:
9 rm -fr $(PROGS)