blob: 41e094aaa47cb902c34a2fe356014cf18676b722 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# Makefile for the linux kernel.
include $(srctree)/drivers/misc/mediatek/Makefile.custom
ccflags-y += -Wno-error=address -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -Wframe-larger-than=4096
obj-y := vdec.o
obj-y += hal/
obj-y += verify/
#obj-$(CONFIG_MTK_LDVT_VDEC) += hal/
#obj-$(CONFIG_MTK_LDVT_VDEC) += verify/
|