mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-22 06:36:13 +00:00
11 lines
171 B
Makefile
11 lines
171 B
Makefile
#
|
|
# Makefile for the VPU drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_MXC_VPU) += vpu.o
|
|
vpu-objs := mxc_vpu.o
|
|
|
|
ifeq ($(CONFIG_MXC_VPU_DEBUG),y)
|
|
EXTRA_CFLAGS += -DDEBUG
|
|
endif
|