summaryrefslogtreecommitdiff
path: root/xpp/Makefile
blob: e0a9152f60fbb5dc26ce90b22fe05204b0586ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
EXTRA_CFLAGS	= -g3 -I$(SUBDIRS) -DDEBUG -DPOLL_DIGITAL_INPUTS -DWITH_ECHO_SUPPRESSION

obj-m		+= xpp.o xpd_fxs.o xpd_fxo.o

# Build only supported modules
ifneq	(,$(filter y m,$(CONFIG_USB)))
obj-m		+= xpp_usb.o
endif

xpp-y		+= xbus-core.o xpp_zap.o xproto.o card_global.o
xpd_fxs-y	+= card_fxs.o
xpd_fxo-y	+= card_fxo.o

ctags:
	ctags *.[ch]