]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/mxc/vpu/Makefile
ENGR00274761-1 Upgrade VPU driver for Linux 3.10 kernel
[karo-tx-linux.git] / drivers / mxc / vpu / Makefile
1 #
2 # Makefile for the VPU drivers.
3 #
4
5 obj-$(CONFIG_MXC_VPU)                  += mxc_vpu.o
6
7 ifeq ($(CONFIG_MXC_VPU_DEBUG),y)
8 EXTRA_CFLAGS += -DDEBUG
9 endif