kernel-arch.bbclass: add avr32 support
authorKoen Kooi <koen@openembedded.org>
Sat, 2 Jun 2007 08:38:31 +0000 (08:38 +0000)
committerKoen Kooi <koen@openembedded.org>
Sat, 2 Jun 2007 08:38:31 +0000 (08:38 +0000)
classes/kernel-arch.bbclass

index c50a7d5..3804cd7 100644 (file)
@@ -11,7 +11,8 @@ valid_archs = "alpha cris ia64 \
                arm  arm26 \
                m32r mips \
               sh sh64 um h8300   \
-              parisc s390  v850"
+              parisc s390  v850 \
+              avr32"
 
 def map_kernel_arch(a, d):
        import bb, re