aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pcmcia/Makefile
blob: eae24df1dbf55606dccd5fa4efcd789d66eb5bb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include

PROGS := crc32hash

all: $(PROGS)

clean:
	rm -fr $(PROGS)