summaryrefslogtreecommitdiff
path: root/lib/test/crc/Makefile
blob: 2a3ca4fd095d02c0b6046f38a12496a8cee1228b (plain)
1
2
3
4
5
6
7
BASE = ../../..

HOST_PROGRAMS = test_crc
test_crc_SOURCES = test_crc.c crcmodel.c
test_crc_MODULES = lib

include $(BASE)/common/make/top.mk