AVR32: Add support for the ATSTK1003 board

ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
which is a derivative of AT32AP7000.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
diff --git a/MAKEALL b/MAKEALL
index a02412b..4e6893e 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -642,6 +642,7 @@
 
 LIST_avr32="		\
 	atstk1002	\
+	atstk1003	\
 "
 
 #########################################################################