renames to be closer to the qualcomm source file names for diffing purposes

This commit is contained in:
Matt Sealey
2012-11-25 10:16:42 -06:00
parent bccbcd6485
commit 380e0fcdf2
23 changed files with 21 additions and 21 deletions

View File

@@ -3,26 +3,26 @@ EXTRA_CFLAGS := \
-I$(obj)/include/api
obj-$(CONFIG_MXC_AMD_GPU) += gpu.o
gpu-objs += gsl_cmdstream.o \
gsl_cmdwindow.o \
gsl_context.o \
gsl_device.o \
gsl_drawctxt.o \
gsl_driver.o \
gsl_g12.o \
gsl_intrmgr.o \
gsl_memmgr.o \
gsl_mmu.o \
gsl_ringbuffer.o \
gsl_sharedmem.o \
gsl_yamato.o \
gsl_linux_map.o \
gsl_kmod.o \
gsl_hal.o \
gsl_kmod_cleanup.o \
misc.o
gpu-objs += kgsl_cmdstream.o \
kgsl_cmdwindow.o \
kgsl_context.o \
kgsl_device.o \
kgsl_drawctxt.o \
kgsl_driver.o \
kgsl_g12.o \
kgsl_intrmgr.o \
kgsl_memmgr.o \
kgsl_mmu.o \
kgsl_ringbuffer.o \
kgsl_sharedmem.o \
kgsl_yamato.o \
kgsl_linux_map.o \
kgsl_kmod.o \
kgsl_hal.o \
kgsl_kmod_cleanup.o \
kgsl_pwrctrl.o
ifdef CONFIG_MXC_AMD_GPU_LOGGING
gpu-objs += gsl_log.o
gpu-objs += kgsl_log.o
EXTRA_CFLAGS += -DGSL_LOG
endif

View File

@@ -21,7 +21,7 @@
#include "gsl_buildconfig.h"
#include "gsl_halconfig.h"
#include "gsl_ioctl.h"
#include "gsl_kmod_cleanup.h"
#include "kgsl_kmod_cleanup.h"
#include "gsl_linux_map.h"
#include <linux/version.h>

View File

@@ -17,7 +17,7 @@
*/
#include "gsl.h"
#include "gsl_kmod_cleanup.h"
#include "kgsl_kmod_cleanup.h"
#include <linux/kernel.h>
#include <linux/fs.h>