gpu: pvr: pdump: stop depending on dbgdrvif.h
[sgx.git] / pvr / tools / Makefile
1 #
2 # Copyright(c) 2008 Imagination Technologies Ltd. All rights reserved.
3 #
4 # This program is free software; you can redistribute it and/or modify it
5 # under the terms and conditions of the GNU General Public License,
6 # version 2, as published by the Free Software Foundation.
7 #
8 # This program is distributed in the hope it will be useful but, except
9 # as otherwise stated in writing, without any warranty; without even the
10 # implied warranty of merchantability or fitness for a particular purpose.
11 # See the GNU General Public License for more details.
12 #
13 # You should have received a copy of the GNU General Public License along with
14 # this program; if not, write to the Free Software Foundation, Inc.,
15 # 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
16 #
17 # The full GNU General Public License is included in this distribution in
18 # the file called "COPYING".
19 #
20 # Contact Information:
21 # Imagination Technologies Ltd. <gpl-support@imgtec.com>
22 # Home Park Estate, Kings Langley, Herts, WD4 8LZ, UK
23
24
25 objs-$(CONFIG_PVR_TOOLS)        += dbgdrv
26
27 dbgdrv-objs                     := main.c dbgdriv.c ioctl.c hostfunc.c \
28                                    hotkey.c
29