mirror of
git://projects.qi-hardware.com/iris.git
synced 2024-12-29 03:39:53 +02:00
remove obsolete dependencies
This commit is contained in:
parent
9aff93c300
commit
b756006112
@ -73,8 +73,7 @@ iris.elf: LDFLAGS = --omagic -Ttext $(load)
|
|||||||
mips/start.elf: LDFLAGS = --omagic -Ttext $(start_load)
|
mips/start.elf: LDFLAGS = --omagic -Ttext $(start_load)
|
||||||
mips/nanonote/nand-boot.elf: LDFLAGS = --omagic -Ttext 0x80000000
|
mips/nanonote/nand-boot.elf: LDFLAGS = --omagic -Ttext 0x80000000
|
||||||
mips/nanonote/nand-boot.o: mips/nand.hh
|
mips/nanonote/nand-boot.o: mips/nand.hh
|
||||||
|
source/nand.o: mips/nand.hh
|
||||||
source/nand.o: mips/nand.hh mips/nanonote/nand-boot.raw iris-sd.raw
|
|
||||||
|
|
||||||
mips/start.o:mips/start.S Makefile Makefile.arch iris.raw
|
mips/start.o:mips/start.S Makefile Makefile.arch iris.raw
|
||||||
$(CC) $(CPPFLAGS) $(TARGET) -DSTART=0x$(shell /bin/sh -c '$(OBJDUMP) -t iris.elf | grep __start$$ | cut -b1-8') -c $< -o $@
|
$(CC) $(CPPFLAGS) $(TARGET) -DSTART=0x$(shell /bin/sh -c '$(OBJDUMP) -t iris.elf | grep __start$$ | cut -b1-8') -c $< -o $@
|
||||||
|
Loading…
Reference in New Issue
Block a user