diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-11-29 10:13:47 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-11 22:34:20 -0600 |
commit | acbca876fb3fec25cd9c55b0efc81ff618ff5262 (patch) | |
tree | d129bac408d87d8bb6f24bbc7cb8b7043e21d020 /Makefile | |
parent | a853d56c59b33415304531443633808736acfc6e (diff) | |
download | u-boot-imx-acbca876fb3fec25cd9c55b0efc81ff618ff5262.zip u-boot-imx-acbca876fb3fec25cd9c55b0efc81ff618ff5262.tar.gz u-boot-imx-acbca876fb3fec25cd9c55b0efc81ff618ff5262.tar.bz2 |
Move the MPC8568 MDS board under board/freescale.
Minor path corrections needed to ensure buildability.
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1971,7 +1971,7 @@ MPC8555CDS_config: unconfig @$(MKCONFIG) -a MPC8555CDS ppc mpc85xx mpc8555cds cds MPC8568MDS_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8568mds + @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8568mds freescale PM854_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc85xx pm854 |