aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/pvr/dbgdrv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/pvr/dbgdrv/Makefile')
-rw-r--r--drivers/gpu/pvr/dbgdrv/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/gpu/pvr/dbgdrv/Makefile b/drivers/gpu/pvr/dbgdrv/Makefile
new file mode 100644
index 0000000..5fdb46d
--- /dev/null
+++ b/drivers/gpu/pvr/dbgdrv/Makefile
@@ -0,0 +1,15 @@
+ccflags-y := \
+ -D__linux__ -DLINUX \
+ -Idrivers/gpu/pvr \
+ -DSUPPORT_DBGDRV_EVENT_OBJECTS \
+ -DLDM_PLATFORM
+
+dbgdrv-$(CONFIG_PVR_PDUMP) := \
+ dbgdriv.o \
+ handle.o \
+ hostfunc.o \
+ hotkey.o \
+ ioctl.o \
+ main.o
+
+obj-$(CONFIG_PVR_PDUMP) := dbgdrv.o