summaryrefslogtreecommitdiff
path: root/drivers/tdm/Makefile
blob: 2a2e0a5067cd4f67ac81fc4dd5d7670999706785 (plain)
1
2
3
4
5
6
7
8
#
# Makefile for the TDM core.
#

obj-$(CONFIG_TDM)		+= tdm-core.o device/ line_ctrl/ test/
ifeq ($(CONFIG_TDM_DEBUG_CORE),y)
EXTRA_CFLAGS += -DDEBUG
endif