6db4831e98
Android 14
22 lines
790 B
Makefile
22 lines
790 B
Makefile
#
|
|
# Copyright (C) 2015 MediaTek Inc.
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License version 2 as
|
|
# published by the Free Software Foundation.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
|
|
# drivers/image/jpeg/Makefile
|
|
|
|
# use common driver
|
|
ifneq (,$(filter $(CONFIG_MTK_PLATFORM), "mt6757" "mt6799" "kiboplus" "mt6759" "mt6763" "mt6758" "mt6739" "mt6765" "mt6761" "mt8163" "mt8173" "mt6779" "mt6768" "mt6767" "mt6771" "mt6785" "mt8168" "mt6885" "mt6893"))
|
|
# new chip use v2 driver
|
|
obj-y += v2/
|
|
endif
|
|
# EOF
|