X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=Makefile;h=0b0cb549cedadff01a3683e1e23780f336dec43c;hp=bb0b2bc69725481e1a2f594f06220fa5da0a4e5c;hb=38a008b8d1a3a20c401397b4e132fb578e5f0c10;hpb=d80ebb8add60dd01b37d21c21a1a9d971f0f9dce diff --git a/Makefile b/Makefile index bb0b2bc..0b0cb54 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ QEMU_FLAGS = -vnc :0 -m 1024 -M raspi2 -serial stdio -d guest_errors $(bin): $(elf) $(OBJCOPY) -O binary $< $@ -$(elf): $(obj) +$(elf): $(obj) rpikern.ld $(LD) -o $@ $(obj) -Map link.map $(LDFLAGS) -include $(dep)