X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=600da7e3ef1fb5c215bb1ac8086102e34537aff6;hb=fdda367561f0f6fb21d5b575402c0f9d2fd08e76;hp=3e547fdb3064cb0ce340e0d623f6a9d5843ec4a3;hpb=1443a31457d68f7e8f0b9403e9832ec1e79dc59d;p=platform%2Fkernel%2Fu-boot.git diff --git a/Makefile b/Makefile index 3e547fd..600da7e 100644 --- a/Makefile +++ b/Makefile @@ -1626,6 +1626,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 \