
Dear Heiko Schocher,
In message 4980281E.2040504@denx.de you wrote:
renaming the "mgsuvd" board port into "km8xx", because there will come more similar boards from keymile. Compiling the mgsuvd board with "make mgsuvd_config" remains.
Signed-off-by: Heiko Schocher hs@denx.de
Makefile | 8 ++++++-- board/keymile/{mgsuvd => km8xx}/Makefile | 2 +- board/keymile/{mgsuvd => km8xx}/config.mk | 0 board/keymile/{mgsuvd/mgsuvd.c => km8xx/km8xx.c} | 0 .../mgsuvd_hdlc_enet.c => km8xx/km8xx_hdlc_enet.c} | 0 board/keymile/{mgsuvd => km8xx}/u-boot.lds | 0 include/configs/{mgsuvd.h => km8xx.h} | 1 - 7 files changed, 7 insertions(+), 4 deletions(-) rename board/keymile/{mgsuvd => km8xx}/Makefile (98%) rename board/keymile/{mgsuvd => km8xx}/config.mk (100%) rename board/keymile/{mgsuvd/mgsuvd.c => km8xx/km8xx.c} (100%) rename board/keymile/{mgsuvd/mgsuvd_hdlc_enet.c => km8xx/km8xx_hdlc_enet.c} (100%) rename board/keymile/{mgsuvd => km8xx}/u-boot.lds (100%) rename include/configs/{mgsuvd.h => km8xx.h} (99%)
diff --git a/Makefile b/Makefile index 8c73586..70d60b5 100644 --- a/Makefile +++ b/Makefile @@ -938,8 +938,12 @@ MBX860T_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc8xx mbx8xx
mgsuvd_config: unconfig
- @$(MKCONFIG) $(@:_config=) ppc mpc8xx mgsuvd keymile
- @mkdir -p $(obj)include
- @{ echo "#define CONFIG_MGSUVD" >>$(obj)include/config.h ; \
$(XECHO) "mgsuvd configuration" ; \
}
- @$(MKCONFIG) -a km8xx ppc mpc8xx km8xx keymile
You don't intend to add more such long Makefile entries then, when more such boards are coming, or do you?
Please keep the Makefile as small as possible - I don't like so see one line of text exploding into 5 - and this for N boards.
Best regards,
Wolfgang Denk