Makefile 153 Bytes edit raw blame history 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