summaryrefslogtreecommitdiff
path: root/drivers/tdm/Makefile
blob: 320aff91292c31ce08a684bf5ecfc1dd175b1ac3 (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)
ccflags-y += -DDEBUG
endif