move omap3430 to omap3, to match 1.5.15.2766
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 12 May 2012 15:09:52 +0000 (18:09 +0300)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 12 May 2012 15:17:42 +0000 (18:17 +0300)
14 files changed:
Kbuild
Makefile
services4/3rdparty/dc_omap3_linux/Kbuild [moved from services4/3rdparty/dc_omap3430_linux/Kbuild with 100% similarity]
services4/3rdparty/dc_omap3_linux/kbuild/Makefile [moved from services4/3rdparty/dc_omap3430_linux/kbuild/Makefile with 100% similarity]
services4/3rdparty/dc_omap3_linux/omaplfb.h [moved from services4/3rdparty/dc_omap3430_linux/omaplfb.h with 100% similarity]
services4/3rdparty/dc_omap3_linux/omaplfb_displayclass.c [moved from services4/3rdparty/dc_omap3430_linux/omaplfb_displayclass.c with 100% similarity]
services4/3rdparty/dc_omap3_linux/omaplfb_linux.c [moved from services4/3rdparty/dc_omap3430_linux/omaplfb_linux.c with 100% similarity]
services4/system/omap3/oemfuncs.h [moved from services4/system/omap3430/oemfuncs.h with 100% similarity]
services4/system/omap3/sysconfig.c [moved from services4/system/omap3430/sysconfig.c with 100% similarity]
services4/system/omap3/sysconfig.h [moved from services4/system/omap3430/sysconfig.h with 100% similarity]
services4/system/omap3/sysinfo.h [moved from services4/system/omap3430/sysinfo.h with 100% similarity]
services4/system/omap3/syslocal.h [moved from services4/system/omap3430/syslocal.h with 100% similarity]
services4/system/omap3/sysutils.c [moved from services4/system/omap3430/sysutils.c with 100% similarity]
services4/system/omap3/sysutils_linux.c [moved from services4/system/omap3430/sysutils_linux.c with 100% similarity]

diff --git a/Kbuild b/Kbuild
index 9b8debf..73f873c 100644 (file)
--- a/Kbuild
+++ b/Kbuild
@@ -58,7 +58,7 @@ pvrsrvkm-y    := $(FILES:.c=.o)
 ifeq ($(TI_PLATFORM),ti8168)
 obj-y := services4/3rdparty/dc_ti8168_linux/
 else
-obj-y := services4/3rdparty/dc_omap3430_linux/
+obj-y := services4/3rdparty/dc_omap3_linux/
 endif
 obj-y += services4/3rdparty/bufferclass_ti/
 
index 01fbb7d..de598ea 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-export KERNELDIR = /opt/oe/stuff/build/tmp/work/beagleboard-angstrom-linux-gnueabi/linux-omap-2.6.29-r44/git/
+#export KERNELDIR = /opt/oe/stuff/build/tmp/work/beagleboard-angstrom-linux-gnueabi/linux-omap-2.6.29-r44/git/
+export TI_PLATFORM ?= omap3
 
 export KERNEL_PATH=$(KERNELDIR)
 export KERNEL_SRC=$(KERNELDIR)