|
@@ -82,6 +82,7 @@ else
|
|
> config.h # Create new config file
|
|
> config.h # Create new config file
|
|
fi
|
|
fi
|
|
echo "/* Automatically generated - do not edit */" >>config.h
|
|
echo "/* Automatically generated - do not edit */" >>config.h
|
|
|
|
+echo "#define CONFIG_MK_${BOARD_NAME} 1" >>config.h
|
|
echo "#include <configs/$1.h>" >>config.h
|
|
echo "#include <configs/$1.h>" >>config.h
|
|
echo "#include <asm/config.h>" >>config.h
|
|
echo "#include <asm/config.h>" >>config.h
|
|
|
|
|