diff options
| author | Imre Kaloz <kaloz@openwrt.org> | 2006-04-14 10:23:54 +0000 |
|---|---|---|
| committer | Imre Kaloz <kaloz@openwrt.org> | 2006-04-14 10:23:54 +0000 |
| commit | 25bba9554f1383e9c76a1a63eec4659c32b947cf (patch) | |
| tree | c6dea87c99b5cdc72da3811f3f95227c64f5fb3c /openwrt/target/linux/Makefile | |
| parent | 9b93a39c2c52142e7200f9aee8735d5a2b7793d5 (diff) | |
| download | mtk-20170518-25bba9554f1383e9c76a1a63eec4659c32b947cf.zip mtk-20170518-25bba9554f1383e9c76a1a63eec4659c32b947cf.tar.gz mtk-20170518-25bba9554f1383e9c76a1a63eec4659c32b947cf.tar.bz2 | |
add preliminary support for the XScale port, generic endianness indication
SVN-Revision: 3648
Diffstat (limited to 'openwrt/target/linux/Makefile')
| -rw-r--r-- | openwrt/target/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index 9f25fd7..cb64753 100644 --- a/openwrt/target/linux/Makefile +++ b/openwrt/target/linux/Makefile @@ -93,3 +93,4 @@ $(eval $(call kernel_template,2.6,x86,2_6_X86)) $(eval $(call kernel_template,2.4,ar531x,2_4_AR531X)) $(eval $(call kernel_template,2.6,aruba,2_6_ARUBA)) $(eval $(call kernel_template,2.6,au1000,2_6_AU1000)) +$(eval $(call kernel_template,2.6,xscale,2_6_XSCALE)) |
