2 # ---------------------------------------------------------
3 # Set the core module defines according to Core Module
4 # ---------------------------------------------------------
5 # ---------------------------------------------------------
6 # Set up the Versatile type define
7 # ---------------------------------------------------------
13 echo "$0:: No parameters - using versatilepb_config"
14 echo "#define CONFIG_ARCH_VERSATILE_PB" > ${obj}include
/config.h
18 versatilepb_config | \
20 echo "#define CONFIG_ARCH_VERSATILE_PB" > ${obj}include
/config.h
24 echo "#define CONFIG_ARCH_VERSATILE_AB" > ${obj}include
/config.h
30 echo "$0:: Unrecognised config - using versatilepb_config"
31 echo "#define CONFIG_ARCH_VERSATILE_PB" > ${obj}include
/config.h
38 # ---------------------------------------------------------
39 # Complete the configuration
40 # ---------------------------------------------------------
41 $MKCONFIG -a versatile arm arm926ejs versatile NULL versatile
42 echo "Variant:: $variant"