2016-03-04 07:09:26 -08:00

10 lines
153 B
Makefile

#
# Makefile for the VPU drivers.
#
obj-$(CONFIG_MXC_VPU) += mxc_vpu.o
ifeq ($(CONFIG_MXC_VPU_DEBUG),y)
EXTRA_CFLAGS += -DDEBUG
endif