diff options
| author | TsiChungLiew <[email protected]> | 2008-01-14 17:23:08 -0600 |
|---|---|---|
| committer | TsiChungLiew <[email protected]> | 2008-01-17 14:59:40 -0600 |
| commit | aa5f1f9dc815a76f6dffb580798599c028fe7feb (patch) | |
| tree | 51cd7207011a10d8d93ce70f919f61064b8cf3eb /Makefile | |
| parent | 1ac559d4aa358f63b48c62b564224c06feeb4e36 (diff) | |
ColdFire: Add M5373EVB platform support - 2
Signed-off-by: TsiChungLiew <[email protected]>
Signed-off by: John Rigby <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1811,6 +1811,16 @@ M5329BFEE_config : unconfig fi @$(MKCONFIG) -a M5329EVB m68k mcf532x m5329evb freescale +M5373EVB_config : unconfig + @case "$@" in \ + M5373EVB_config) NAND=16;; \ + esac; \ + >include/config.h ; \ + if [ "$${NAND}" != "0" ] ; then \ + echo "#define NANDFLASH_SIZE $${NAND}" > $(obj)include/config.h ; \ + fi + @$(MKCONFIG) -a M5373EVB m68k mcf532x m5373evb freescale + M54455EVB_config \ M54455EVB_atmel_config \ M54455EVB_intel_config \ |
