summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMarcoen Hirschberg <marcoen@gmail.com>2008-03-27 11:53:51 +0000
committerMarcoen Hirschberg <marcoen@gmail.com>2008-03-27 11:53:51 +0000
commitb2ec13d8f1fc44e8e7076808b57b64365714a6f3 (patch)
tree8c8e716b0ae627a60fc8aebd9e64afd8d8d4e0e3 /tools
parentf8690231bf82cf46b26efe68d4696d1cd18d1737 (diff)
downloadrockbox-b2ec13d8f1fc44e8e7076808b57b64365714a6f3.tar.gz
rockbox-b2ec13d8f1fc44e8e7076808b57b64365714a6f3.zip
Revert "initial Meizu M6SL port"
This reverts commit b7bd17ce1715c3a8acbf74a63694c28b6075da5b. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16846 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure26
-rw-r--r--tools/makesrc.inc3
2 files changed, 3 insertions, 26 deletions
diff --git a/tools/configure b/tools/configure
index 51707e970b..d81f0e2fe0 100755
--- a/tools/configure
+++ b/tools/configure
@@ -626,9 +626,8 @@ cat <<EOF
626 ==Tatung== ==Olympus== ==Logik== 626 ==Tatung== ==Olympus== ==Logik==
627 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB 627 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB
628 71) M:Robe 100 628 71) M:Robe 100
629 629 ==Creative==
630 ==Creative== ==Meizu== 630 90) Zen Vision:M
631 90) Zen Vision:M 100) M6SL
632EOF 631EOF
633 632
634 buildfor=`input`; 633 buildfor=`input`;
@@ -1522,27 +1521,6 @@ EOF
1522 t_model="tpj1022" 1521 t_model="tpj1022"
1523 ;; 1522 ;;
1524 1523
1525 100|meizum6sl)
1526 target_id=20
1527 modelname="meizum6sl"
1528 target="-DMEIZU_M6SL"
1529 memory=16 # always
1530 arm9tdmicc
1531 tool="cp"
1532 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
1533 bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
1534 output="rockbox.meizu"
1535 appextra="recorder:gui"
1536 plugins="no" #FIXME
1537 swcodec="yes"
1538 toolset=$genericbitmaptools
1539 boottool="cp"
1540 bootoutput="rockboot.ebn"
1541 # architecture, manufacturer and model for the target-tree build
1542 t_cpu="arm"
1543 t_manufacturer="s5l8700"
1544 t_model="meizu-m6sl"
1545 ;;
1546 *) 1524 *)
1547 echo "Please select a supported target platform!" 1525 echo "Please select a supported target platform!"
1548 exit 1526 exit
diff --git a/tools/makesrc.inc b/tools/makesrc.inc
index be9c34e16b..846df8cb9e 100644
--- a/tools/makesrc.inc
+++ b/tools/makesrc.inc
@@ -11,5 +11,4 @@
11 11
12SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \ 12SRC := $(shell cat SOURCES | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) \
13$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - 2>/dev/null \ 13$(TARGET) $(DEFINES) $(EXTRA_DEFINES) -E -P -include "config.h" - 2>/dev/null \
14| grep -v "^\#" | xargs ls) 14| grep -v "^\#")
15#| grep -v "^\#")