summaryrefslogtreecommitdiff
path: root/wctc4xxp/Makefile
blob: 51770a95599f03234978beea5d304ffca30d5f32 (plain)
1
2
3
4
5
6
7
8
9
10
ifneq ($(KBUILD_EXTMOD),)

include $(obj)/Kbuild

endif

tests: codec_test

codec_test: codec_test.c ../zaptel.h
	$(CC) -o $@ $< $(CFLAGS)