mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00: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:
parent
c64c5aa56a
commit
5cdee2d41a
2 changed files with 1 additions and 6 deletions
1
Makefile
1
Makefile
|
@ -861,7 +861,6 @@ clobber: tidy
|
|||
@rm -f $(obj)SPL
|
||||
@rm -f $(obj)tools/xway-swap-bytes
|
||||
@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/generated
|
||||
@[ ! -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
|
||||
|
||||
ifdef CONFIG_FSL_DDR2
|
||||
obj-$(CONFIG_MPC8349) += ddr-gen2.o
|
||||
SRCS += $(obj)ddr-gen2.c
|
||||
obj-$(CONFIG_MPC8349) += ../mpc85xx/ddr-gen2.o
|
||||
else
|
||||
obj-y += spd_sdram.o
|
||||
endif
|
||||
obj-$(CONFIG_FSL_DDR2) += law.o
|
||||
|
||||
endif # not minimal
|
||||
|
||||
$(obj)ddr-gen2.c:
|
||||
ln -sf $(SRCTREE)/arch/powerpc/cpu/mpc85xx/ddr-gen2.c $(obj)ddr-gen2.c
|
||||
|
|
Loading…
Add table
Reference in a new issue