Files
i2som-imx-linux/drivers/mxc/vpu/Makefile
Hongzhang Yang c7f7306b55 MLK-11440-2 Integrate VPU driver to kernel 4.1
Include 3.14 VPU driver with no change

Signed-off-by: Hongzhang Yang <Hongzhang.Yang@freescale.com>

Added include <linux/sched/signal.h> during 4.14 rebase without
ifdef version checks.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
2019-02-12 10:22:56 +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