diff options
Diffstat (limited to 'target/linux/Makefile')
-rw-r--r-- | target/linux/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index d7744f56e0..bea43514a7 100644 --- a/target/linux/Makefile +++ b/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)) |