summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wctc4xxp/Makefile
blob: cf5501fb7ccb284b8b7c667d49063e81f0262ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
ifdef KBUILD_EXTMOD
# 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

else

tests: codec_test

codec_test: codec_test.c ../../include/dahdi/kernel.h ../../include/dahdi/user.h
	$(CC) -o $@ $< $(CFLAGS)

clean:
	rm -rf codec_test
endif