diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-05-30 19:38:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-30 19:38:38 +0000 |
commit | aef3bd9e643498397c2ef33ba17d166e10518d85 (patch) | |
tree | 6c15064c011e398e88e169db7e9b3a0b5366aa93 /openwrt/target/linux/Makefile | |
parent | 5b05f4a5ee5fa1dd3246350b6672d05a1aaa7f4d (diff) | |
download | mtk-20170518-aef3bd9e643498397c2ef33ba17d166e10518d85.zip mtk-20170518-aef3bd9e643498397c2ef33ba17d166e10518d85.tar.gz mtk-20170518-aef3bd9e643498397c2ef33ba17d166e10518d85.tar.bz2 |
resync with kamikaze
SVN-Revision: 3844
Diffstat (limited to 'openwrt/target/linux/Makefile')
-rw-r--r-- | openwrt/target/linux/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile index d7744f5..bea4351 100644 --- a/openwrt/target/linux/Makefile +++ b/openwrt/target/linux/Makefile @@ -84,3 +84,5 @@ $(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)) +$(eval $(call kernel_template,2.6,sibyte,2_6_SIBYTE)) |