diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-11-29 10:14:50 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-11 22:34:20 -0600 |
commit | 870ceac5b3a3486c109396e005af81ae762b5710 (patch) | |
tree | 4ea105b08e242d6acfbcb720d20b35faf675e3a9 /Makefile | |
parent | acbca876fb3fec25cd9c55b0efc81ff618ff5262 (diff) | |
download | u-boot-midas-870ceac5b3a3486c109396e005af81ae762b5710.tar.gz u-boot-midas-870ceac5b3a3486c109396e005af81ae762b5710.tar.bz2 u-boot-midas-870ceac5b3a3486c109396e005af81ae762b5710.zip |
Move the MPC8560 ADS 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
@@ -1935,7 +1935,7 @@ MPC8540EVAL_66_slave_config: unconfig @$(MKCONFIG) -a MPC8540EVAL ppc mpc85xx mpc8540eval MPC8560ADS_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8560ads + @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8560ads freescale MPC8541CDS_legacy_config \ MPC8541CDS_config: unconfig |