diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2007-11-29 10:16:18 -0600 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-12-11 22:34:20 -0600 |
commit | c2d943ffbfd3359b3b45d177b437379d2cb86fbf (patch) | |
tree | 689e92672dafad5bacc6483059ebb30b75f07659 /Makefile | |
parent | 870ceac5b3a3486c109396e005af81ae762b5710 (diff) | |
download | u-boot-imx-c2d943ffbfd3359b3b45d177b437379d2cb86fbf.zip u-boot-imx-c2d943ffbfd3359b3b45d177b437379d2cb86fbf.tar.gz u-boot-imx-c2d943ffbfd3359b3b45d177b437379d2cb86fbf.tar.bz2 |
Move the MPC8540 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
@@ -1911,7 +1911,7 @@ TQM834x_config: unconfig ######################################################################### MPC8540ADS_config: unconfig - @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8540ads + @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8540ads freescale MPC8540EVAL_config \ MPC8540EVAL_33_config \ |