diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-03 04:23:08 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2012-01-03 04:23:08 +0000 |
commit | 4ef988bfb469291ce018e7daafb99d41f71c35fc (patch) | |
tree | 64b174c711041ba6d055ede8b8f3cd62b404a3d2 /tools/configure | |
parent | 5a8da163c842b08c6dbf1df6921507ec2fd5a534 (diff) | |
download | rockbox-4ef988bfb469291ce018e7daafb99d41f71c35fc.tar.gz rockbox-4ef988bfb469291ce018e7daafb99d41f71c35fc.zip |
new include directory for targets with common SoC : cpu/soc
for now, only arm/pp
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31529 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 1cb4c5b240..fbb10c4858 100755 --- a/tools/configure +++ b/tools/configure | |||
@@ -1641,6 +1641,7 @@ fi | |||
1641 | toolset=$scramblebitmaptools | 1641 | toolset=$scramblebitmaptools |
1642 | # architecture, manufacturer and model for the target-tree build | 1642 | # architecture, manufacturer and model for the target-tree build |
1643 | t_cpu="arm" | 1643 | t_cpu="arm" |
1644 | t_soc="pp" | ||
1644 | t_manufacturer="iriver" | 1645 | t_manufacturer="iriver" |
1645 | t_model="h10" | 1646 | t_model="h10" |
1646 | ;; | 1647 | ;; |
@@ -1665,6 +1666,7 @@ fi | |||
1665 | toolset=$scramblebitmaptools | 1666 | toolset=$scramblebitmaptools |
1666 | # architecture, manufacturer and model for the target-tree build | 1667 | # architecture, manufacturer and model for the target-tree build |
1667 | t_cpu="arm" | 1668 | t_cpu="arm" |
1669 | t_soc="pp" | ||
1668 | t_manufacturer="iriver" | 1670 | t_manufacturer="iriver" |
1669 | t_model="h10" | 1671 | t_model="h10" |
1670 | ;; | 1672 | ;; |
@@ -1688,6 +1690,7 @@ fi | |||
1688 | toolset=$ipodbitmaptools | 1690 | toolset=$ipodbitmaptools |
1689 | # architecture, manufacturer and model for the target-tree build | 1691 | # architecture, manufacturer and model for the target-tree build |
1690 | t_cpu="arm" | 1692 | t_cpu="arm" |
1693 | t_soc="pp" | ||
1691 | t_manufacturer="ipod" | 1694 | t_manufacturer="ipod" |
1692 | t_model="color" | 1695 | t_model="color" |
1693 | ;; | 1696 | ;; |
@@ -1711,6 +1714,7 @@ fi | |||
1711 | toolset=$ipodbitmaptools | 1714 | toolset=$ipodbitmaptools |
1712 | # architecture, manufacturer and model for the target-tree build | 1715 | # architecture, manufacturer and model for the target-tree build |
1713 | t_cpu="arm" | 1716 | t_cpu="arm" |
1717 | t_soc="pp" | ||
1714 | t_manufacturer="ipod" | 1718 | t_manufacturer="ipod" |
1715 | t_model="nano" | 1719 | t_model="nano" |
1716 | ;; | 1720 | ;; |
@@ -1734,6 +1738,7 @@ fi | |||
1734 | toolset=$ipodbitmaptools | 1738 | toolset=$ipodbitmaptools |
1735 | # architecture, manufacturer and model for the target-tree build | 1739 | # architecture, manufacturer and model for the target-tree build |
1736 | t_cpu="arm" | 1740 | t_cpu="arm" |
1741 | t_soc="pp" | ||
1737 | t_manufacturer="ipod" | 1742 | t_manufacturer="ipod" |
1738 | t_model="video" | 1743 | t_model="video" |
1739 | ;; | 1744 | ;; |
@@ -1757,6 +1762,7 @@ fi | |||
1757 | toolset=$ipodbitmaptools | 1762 | toolset=$ipodbitmaptools |
1758 | # architecture, manufacturer and model for the target-tree build | 1763 | # architecture, manufacturer and model for the target-tree build |
1759 | t_cpu="arm" | 1764 | t_cpu="arm" |
1765 | t_soc="pp" | ||
1760 | t_manufacturer="ipod" | 1766 | t_manufacturer="ipod" |
1761 | t_model="3g" | 1767 | t_model="3g" |
1762 | ;; | 1768 | ;; |
@@ -1780,6 +1786,7 @@ fi | |||
1780 | toolset=$ipodbitmaptools | 1786 | toolset=$ipodbitmaptools |
1781 | # architecture, manufacturer and model for the target-tree build | 1787 | # architecture, manufacturer and model for the target-tree build |
1782 | t_cpu="arm" | 1788 | t_cpu="arm" |
1789 | t_soc="pp" | ||
1783 | t_manufacturer="ipod" | 1790 | t_manufacturer="ipod" |
1784 | t_model="4g" | 1791 | t_model="4g" |
1785 | ;; | 1792 | ;; |
@@ -1803,6 +1810,7 @@ fi | |||
1803 | toolset=$ipodbitmaptools | 1810 | toolset=$ipodbitmaptools |
1804 | # architecture, manufacturer and model for the target-tree build | 1811 | # architecture, manufacturer and model for the target-tree build |
1805 | t_cpu="arm" | 1812 | t_cpu="arm" |
1813 | t_soc="pp" | ||
1806 | t_manufacturer="ipod" | 1814 | t_manufacturer="ipod" |
1807 | t_model="mini" | 1815 | t_model="mini" |
1808 | ;; | 1816 | ;; |
@@ -1826,6 +1834,7 @@ fi | |||
1826 | toolset=$ipodbitmaptools | 1834 | toolset=$ipodbitmaptools |
1827 | # architecture, manufacturer and model for the target-tree build | 1835 | # architecture, manufacturer and model for the target-tree build |
1828 | t_cpu="arm" | 1836 | t_cpu="arm" |
1837 | t_soc="pp" | ||
1829 | t_manufacturer="ipod" | 1838 | t_manufacturer="ipod" |
1830 | t_model="mini2g" | 1839 | t_model="mini2g" |
1831 | ;; | 1840 | ;; |
@@ -1849,6 +1858,7 @@ fi | |||
1849 | toolset=$ipodbitmaptools | 1858 | toolset=$ipodbitmaptools |
1850 | # architecture, manufacturer and model for the target-tree build | 1859 | # architecture, manufacturer and model for the target-tree build |
1851 | t_cpu="arm" | 1860 | t_cpu="arm" |
1861 | t_soc="pp" | ||
1852 | t_manufacturer="ipod" | 1862 | t_manufacturer="ipod" |
1853 | t_model="1g2g" | 1863 | t_model="1g2g" |
1854 | ;; | 1864 | ;; |
@@ -2111,6 +2121,7 @@ fi | |||
2111 | toolset=$scramblebitmaptools | 2121 | toolset=$scramblebitmaptools |
2112 | # architecture, manufacturer and model for the target-tree build | 2122 | # architecture, manufacturer and model for the target-tree build |
2113 | t_cpu="arm" | 2123 | t_cpu="arm" |
2124 | t_soc="pp" | ||
2114 | t_manufacturer="olympus" | 2125 | t_manufacturer="olympus" |
2115 | t_model="mrobe-100" | 2126 | t_model="mrobe-100" |
2116 | ;; | 2127 | ;; |
@@ -2228,6 +2239,7 @@ fi | |||
2228 | toolset=$scramblebitmaptools | 2239 | toolset=$scramblebitmaptools |
2229 | # architecture, manufacturer and model for the target-tree build | 2240 | # architecture, manufacturer and model for the target-tree build |
2230 | t_cpu="arm" | 2241 | t_cpu="arm" |
2242 | t_soc="pp" | ||
2231 | t_manufacturer="sandisk" | 2243 | t_manufacturer="sandisk" |
2232 | t_model="sansa-e200" | 2244 | t_model="sansa-e200" |
2233 | ;; | 2245 | ;; |
@@ -2255,6 +2267,7 @@ fi | |||
2255 | toolset=$scramblebitmaptools | 2267 | toolset=$scramblebitmaptools |
2256 | # architecture, manufacturer and model for the target-tree build | 2268 | # architecture, manufacturer and model for the target-tree build |
2257 | t_cpu="arm" | 2269 | t_cpu="arm" |
2270 | t_soc="pp" | ||
2258 | t_manufacturer="sandisk" | 2271 | t_manufacturer="sandisk" |
2259 | t_model="sansa-e200" | 2272 | t_model="sansa-e200" |
2260 | ;; | 2273 | ;; |
@@ -2279,6 +2292,7 @@ fi | |||
2279 | toolset=$scramblebitmaptools | 2292 | toolset=$scramblebitmaptools |
2280 | # architecture, manufacturer and model for the target-tree build | 2293 | # architecture, manufacturer and model for the target-tree build |
2281 | t_cpu="arm" | 2294 | t_cpu="arm" |
2295 | t_soc="pp" | ||
2282 | t_manufacturer="sandisk" | 2296 | t_manufacturer="sandisk" |
2283 | t_model="sansa-c200" | 2297 | t_model="sansa-c200" |
2284 | ;; | 2298 | ;; |
@@ -2484,6 +2498,7 @@ fi | |||
2484 | # this particular target. | 2498 | # this particular target. |
2485 | toolset=$scramblebitmaptools | 2499 | toolset=$scramblebitmaptools |
2486 | t_cpu="arm" | 2500 | t_cpu="arm" |
2501 | t_soc="pp" | ||
2487 | t_manufacturer="sandisk" | 2502 | t_manufacturer="sandisk" |
2488 | t_model="sansa-view" | 2503 | t_model="sansa-view" |
2489 | ;; | 2504 | ;; |
@@ -2528,7 +2543,7 @@ fi | |||
2528 | arm926ejscc | 2543 | arm926ejscc |
2529 | ;; | 2544 | ;; |
2530 | 2545 | ||
2531 | 64|sansafuzeplus) | 2546 | 64|sansafuzeplus) |
2532 | target_id=80 | 2547 | target_id=80 |
2533 | modelname="sansafuzeplus" | 2548 | modelname="sansafuzeplus" |
2534 | target="SANSA_FUZEPLUS" | 2549 | target="SANSA_FUZEPLUS" |
@@ -2587,6 +2602,7 @@ fi | |||
2587 | t_model="sansa-connect" | 2602 | t_model="sansa-connect" |
2588 | arm926ejscc | 2603 | arm926ejscc |
2589 | ;; | 2604 | ;; |
2605 | |||
2590 | 150|tatungtpj1022) | 2606 | 150|tatungtpj1022) |
2591 | target_id=25 | 2607 | target_id=25 |
2592 | modelname="tatungtpj1022" | 2608 | modelname="tatungtpj1022" |
@@ -2607,6 +2623,7 @@ fi | |||
2607 | toolset=$scramblebitmaptools | 2623 | toolset=$scramblebitmaptools |
2608 | # architecture, manufacturer and model for the target-tree build | 2624 | # architecture, manufacturer and model for the target-tree build |
2609 | t_cpu="arm" | 2625 | t_cpu="arm" |
2626 | t_soc="pp" | ||
2610 | t_manufacturer="tatung" | 2627 | t_manufacturer="tatung" |
2611 | t_model="tpj1022" | 2628 | t_model="tpj1022" |
2612 | ;; | 2629 | ;; |
@@ -2631,6 +2648,7 @@ fi | |||
2631 | toolset=$scramblebitmaptools | 2648 | toolset=$scramblebitmaptools |
2632 | # architecture, manufacturer and model for the target-tree build | 2649 | # architecture, manufacturer and model for the target-tree build |
2633 | t_cpu="arm" | 2650 | t_cpu="arm" |
2651 | t_soc="pp" | ||
2634 | t_manufacturer="philips" | 2652 | t_manufacturer="philips" |
2635 | t_model="sa9200" | 2653 | t_model="sa9200" |
2636 | ;; | 2654 | ;; |
@@ -2655,6 +2673,7 @@ fi | |||
2655 | toolset=$scramblebitmaptools | 2673 | toolset=$scramblebitmaptools |
2656 | # architecture, manufacturer and model for the target-tree build | 2674 | # architecture, manufacturer and model for the target-tree build |
2657 | t_cpu="arm" | 2675 | t_cpu="arm" |
2676 | t_soc="pp" | ||
2658 | t_manufacturer="philips" | 2677 | t_manufacturer="philips" |
2659 | t_model="hdd1630" | 2678 | t_model="hdd1630" |
2660 | ;; | 2679 | ;; |
@@ -2679,6 +2698,7 @@ fi | |||
2679 | toolset=$scramblebitmaptools | 2698 | toolset=$scramblebitmaptools |
2680 | # architecture, manufacturer and model for the target-tree build | 2699 | # architecture, manufacturer and model for the target-tree build |
2681 | t_cpu="arm" | 2700 | t_cpu="arm" |
2701 | t_soc="pp" | ||
2682 | t_manufacturer="philips" | 2702 | t_manufacturer="philips" |
2683 | t_model="hdd6330" | 2703 | t_model="hdd6330" |
2684 | ;; | 2704 | ;; |
@@ -2901,6 +2921,7 @@ fi | |||
2901 | toolset=$scramblebitmaptools | 2921 | toolset=$scramblebitmaptools |
2902 | # architecture, manufacturer and model for the target-tree build | 2922 | # architecture, manufacturer and model for the target-tree build |
2903 | t_cpu="arm" | 2923 | t_cpu="arm" |
2924 | t_soc="pp" | ||
2904 | t_manufacturer="samsung" | 2925 | t_manufacturer="samsung" |
2905 | t_model="yh820" | 2926 | t_model="yh820" |
2906 | ;; | 2927 | ;; |
@@ -2925,6 +2946,7 @@ fi | |||
2925 | toolset=$scramblebitmaptools | 2946 | toolset=$scramblebitmaptools |
2926 | # architecture, manufacturer and model for the target-tree build | 2947 | # architecture, manufacturer and model for the target-tree build |
2927 | t_cpu="arm" | 2948 | t_cpu="arm" |
2949 | t_soc="pp" | ||
2928 | t_manufacturer="samsung" | 2950 | t_manufacturer="samsung" |
2929 | t_model="yh920" | 2951 | t_model="yh920" |
2930 | ;; | 2952 | ;; |
@@ -2949,6 +2971,7 @@ fi | |||
2949 | toolset=$scramblebitmaptools | 2971 | toolset=$scramblebitmaptools |
2950 | # architecture, manufacturer and model for the target-tree build | 2972 | # architecture, manufacturer and model for the target-tree build |
2951 | t_cpu="arm" | 2973 | t_cpu="arm" |
2974 | t_soc="pp" | ||
2952 | t_manufacturer="samsung" | 2975 | t_manufacturer="samsung" |
2953 | t_model="yh925" | 2976 | t_model="yh925" |
2954 | ;; | 2977 | ;; |
@@ -2995,6 +3018,7 @@ fi | |||
2995 | toolset=$scramblebitmaptools | 3018 | toolset=$scramblebitmaptools |
2996 | # architecture, manufacturer and model for the target-tree build | 3019 | # architecture, manufacturer and model for the target-tree build |
2997 | t_cpu="arm" | 3020 | t_cpu="arm" |
3021 | t_soc="pp" | ||
2998 | t_manufacturer="pbell" | 3022 | t_manufacturer="pbell" |
2999 | t_model="vibe500" | 3023 | t_model="vibe500" |
3000 | ;; | 3024 | ;; |
@@ -3707,6 +3731,7 @@ if test -n "$t_cpu"; then | |||
3707 | fi | 3731 | fi |
3708 | 3732 | ||
3709 | TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer" | 3733 | TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_manufacturer" |
3734 | test -n "$t_soc" && TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu/$t_soc" | ||
3710 | TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu" | 3735 | TARGET_INC="$TARGET_INC -I\$(FIRMDIR)/target/$t_cpu" |
3711 | GCCOPTS="$GCCOPTS" | 3736 | GCCOPTS="$GCCOPTS" |
3712 | fi | 3737 | fi |