mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
powerpc: mpc83xx: delete unused rules
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
88afda1682
commit
c64c5aa56a
1 changed files with 0 additions and 6 deletions
|
@ -48,11 +48,5 @@ obj-$(CONFIG_FSL_DDR2) += law.o
|
|||
|
||||
endif # not minimal
|
||||
|
||||
$(obj)ddr-gen1.c:
|
||||
ln -sf $(SRCTREE)/arch/powerpc/cpu/mpc85xx/ddr-gen1.c $(obj)ddr-gen1.c
|
||||
|
||||
$(obj)ddr-gen2.c:
|
||||
ln -sf $(SRCTREE)/arch/powerpc/cpu/mpc85xx/ddr-gen2.c $(obj)ddr-gen2.c
|
||||
|
||||
$(obj)ddr-gen3.c:
|
||||
ln -sf $(SRCTREE)/arch/powerpc/cpu/mpc85xx/ddr-gen3.c $(obj)ddr-gen3.c
|
||||
|
|
Loading…
Reference in a new issue