X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=4417194f2236830619486d2ecca58e213e37fa0a;hb=51d8e813222fa3063d423220f6ff1146df58a471;hp=e1f13dfe7b128d72b40315e71297cb51b993da87;hpb=3a619dd7bed03e8b4d22a3911f90fd12af5376c2;p=platform%2Fkernel%2Fu-boot.git diff --git a/Makefile b/Makefile index e1f13df..4417194 100644 --- a/Makefile +++ b/Makefile @@ -1629,6 +1629,19 @@ r5200_config : unconfig ## MPC83xx Systems ######################################################################### +MPC8313ERDB_33_config \ +MPC8313ERDB_66_config: unconfig + @echo "" >include/config.h ; \ + if [ "$(findstring _33_,$@)" ] ; then \ + echo -n "...33M ..." ; \ + echo "#define CFG_33MHZ" >>include/config.h ; \ + fi ; \ + if [ "$(findstring _66_,$@)" ] ; then \ + echo -n "...66M..." ; \ + echo "#define CFG_66MHZ" >>include/config.h ; \ + fi ; + @$(MKCONFIG) -a MPC8313ERDB ppc mpc83xx mpc8313erdb + MPC832XEMDS_config \ MPC832XEMDS_HOST_33_config \ MPC832XEMDS_HOST_66_config \