aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pcmcia/Makefile
blob: 81a7498c5cd9efcc2f9f4af26264752fe62e615c (plain) (blame)
1
2
3
4
5
6
7
8
9
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include

PROGS := crc32hash

all: $(PROGS)

clean:
	rm -fr $(PROGS)