blob: 81a7498c5cd9efcc2f9f4af26264752fe62e615c [file] [log] [blame]
Shuah Khana67cd542016-09-21 16:54:36 -06001CC := $(CROSS_COMPILE)gcc
2CFLAGS := -I../../usr/include
3
4PROGS := crc32hash
5
6all: $(PROGS)
7
8clean:
9 rm -fr $(PROGS)