summaryrefslogtreecommitdiff
path: root/wctc4xxp/Makefile
blob: 8236e46a4a7867d0f91bcff8fd80846cecd2384d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# We only get here on kernels 2.6.0-2.6.9.
# For newer kernels, Kbuild will be included directly by the kernel
# build system.
include $(src)/Kbuild

tests: codec_test

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

clean:
	rm -rf codec_test