#
# ===========================================================================
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this file,
# You can obtain one at http://mozilla.org/MPL/2.0/.
#
# Copyright (c) 2014-2015, Marvell International Ltd.
#
# Alternatively, this software may be distributed under the terms of the GNU
# General Public License Version 2, and any use shall comply with the terms and
# conditions of the GPL.  A copy of the GPL is available at
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
#
# THE FILE IS DISTRIBUTED AS-IS, WITHOUT WARRANTY OF ANY KIND, AND THE
# IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE
# ARE EXPRESSLY DISCLAIMED.  The GPL license provides additional details about
# this warranty disclaimer.
# ================================================================================

#
obj-m += piedriver.o 

obj-m += pieconvenience.o

pieconvenience-objs := pie_convenience.o pie_driverlib.o

piedriver-objs := pie.o pie_common.o pie_depogoizer.o pie_pogo_idma.o pie_pogoizer.o pie_pogo_odma.o pie_xycscaler.o pie_xyscaler.o pogo_dma.o pie_colorshift.o pie_rgb2ycc.o pie_ycc2rgb.o pie_rgb2esrgb.o pie_dsmf.o pie_tcns.o pie_sccsc.o pie_cstats.o pie_ngadjust.o pie_decim.o pie_distort.o pie_clippad.o pie_bde.o pie_pogo_otidma.o pie_pogo_otodma.o pie_otdepogoizer.o pie_otpogoizer.o pie_otmarb.o linux_files/pie_pltfm.o pie_driverlib.o linux_files/pie_handle_copy.o

ccflags-y += -I$(obj)/../../asic/G2/include -I$(obj)/../../drivers/ -I$(obj)/../../drivers/pie


