summaryrefslogtreecommitdiff
path: root/drivers/mxc/vpu/Makefile
blob: 1a821f4921cb2e791c0b64d47f189fc2ef224d67 (plain)
1
2
3
4
5
6
7
8
9
#
# Makefile for the VPU drivers.
#

obj-$(CONFIG_MXC_VPU)                  += mxc_vpu.o

ifeq ($(CONFIG_MXC_VPU_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif