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

include $(obj)/Makefile.kernel26

endif

tests: codec_test

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

clean:
	rm -rf codec_test