--- kernel-2.6.27.orig/drivers/gpu/pvr/services4/srvkm/Makefile +++ kernel-2.6.27/drivers/gpu/pvr/services4/srvkm/Makefile @@ -0,0 +1,68 @@ +# +# Copyright(c) 2008 Imagination Technologies Ltd. All rights reserved. +# +# This program is free software; you can redistribute it and/or modify it +# under the terms and conditions of the GNU General Public License, +# version 2, as published by the Free Software Foundation. +# +# This program is distributed in the hope it will be useful but, except +# as otherwise stated in writing, 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. +# +# You should have received a copy of the GNU General Public License along with +# this program; if not, write to the Free Software Foundation, Inc., +# 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. +# +# The full GNU General Public License is included in this distribution in +# the file called "COPYING". +# +# Contact Information: +# Imagination Technologies Ltd. +# Home Park Estate, Kings Langley, Herts, WD4 8LZ, UK +# +# + +obj-y += env/linux/osfunc.o \ + env/linux/mmap.o \ + env/linux/mod.o \ + env/linux/pdump.o \ + env/linux/proc.o \ + env/linux/pvr_bridge_k.o \ + env/linux/pvr_debug.o \ + env/linux/mm.o \ + env/linux/mutex.o + +obj-y += common/buffer_manager.o \ + common/devicemem.o \ + common/deviceclass.o \ + common/handle.o \ + common/hash.o \ + common/metrics.o \ + common/pvrsrv.o \ + common/queue.o \ + common/ra.o \ + common/resman.o \ + common/power.o \ + common/mem.o \ + bridged/bridged_pvr_bridge.o \ + devices/sgx/sgxinit.o \ + devices/sgx/sgxutils.o \ + devices/sgx/sgxkick.o \ + devices/sgx/sgxtransfer.o \ + devices/sgx/mmu.o \ + devices/sgx/pb.o \ + common/perproc.o \ + ../system/$(CONFIG_PVR_SYSTEM)/sysconfig.o \ + ../system/$(CONFIG_PVR_SYSTEM)/sysutils.o \ + devices/sgx/sgx2dcore.o + +INCLUDES = -I$(src)/env/linux \ + -I$(src)/include \ + -I$(src)/bridged \ + -I$(src)/devices/sgx \ + -I$(src)/include \ + -I$(src)/hwdefs + +ccflags-y += $(CONFIG_PVR_OPTS) $(INCLUDES) +