mirror of
https://xff.cz/git/u-boot/
synced 2025-10-27 16:43:32 +01:00
powerpc: mpc83xx: Do not create a symbolic link to ddr-gen2.c
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
committed by
Tom Rini
parent
c64c5aa56a
commit
5cdee2d41a
1
Makefile
1
Makefile
@@ -861,7 +861,6 @@ clobber: tidy
|
|||||||
@rm -f $(obj)SPL
|
@rm -f $(obj)SPL
|
||||||
@rm -f $(obj)tools/xway-swap-bytes
|
@rm -f $(obj)tools/xway-swap-bytes
|
||||||
@rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c
|
@rm -f $(obj)arch/powerpc/cpu/mpc824x/bedbug_603e.c
|
||||||
@rm -f $(obj)arch/powerpc/cpu/mpc83xx/ddr-gen?.c
|
|
||||||
@rm -fr $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm
|
@rm -fr $(obj)include/asm/proc $(obj)include/asm/arch $(obj)include/asm
|
||||||
@rm -fr $(obj)include/generated
|
@rm -fr $(obj)include/generated
|
||||||
@[ ! -d $(obj)nand_spl ] || find $(obj)nand_spl -name "*" -type l -print | xargs rm -f
|
@[ ! -d $(obj)nand_spl ] || find $(obj)nand_spl -name "*" -type l -print | xargs rm -f
|
||||||
|
|||||||
@@ -39,14 +39,10 @@ obj-$(CONFIG_OF_LIBFDT) += fdt.o
|
|||||||
obj-y += cache.o
|
obj-y += cache.o
|
||||||
|
|
||||||
ifdef CONFIG_FSL_DDR2
|
ifdef CONFIG_FSL_DDR2
|
||||||
obj-$(CONFIG_MPC8349) += ddr-gen2.o
|
obj-$(CONFIG_MPC8349) += ../mpc85xx/ddr-gen2.o
|
||||||
SRCS += $(obj)ddr-gen2.c
|
|
||||||
else
|
else
|
||||||
obj-y += spd_sdram.o
|
obj-y += spd_sdram.o
|
||||||
endif
|
endif
|
||||||
obj-$(CONFIG_FSL_DDR2) += law.o
|
obj-$(CONFIG_FSL_DDR2) += law.o
|
||||||
|
|
||||||
endif # not minimal
|
endif # not minimal
|
||||||
|
|
||||||
$(obj)ddr-gen2.c:
|
|
||||||
ln -sf $(SRCTREE)/arch/powerpc/cpu/mpc85xx/ddr-gen2.c $(obj)ddr-gen2.c
|
|
||||||
|
|||||||
Reference in New Issue
Block a user