X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=Makefile;fp=Makefile;h=3b1243817b92a8712d8d21fe32f9f97558402344;hp=09484e084a784024a3ceb7cc1bf8a0d66dafa25e;hb=e848811902a51b67dedb6f6325dda19a6f21e820;hpb=36f1048dfeec94c6f305b76082fecec93347b2ec diff --git a/Makefile b/Makefile index 09484e0..3b12438 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ CFLAGS = $(arch) $(warn) $(opt) $(dbg) $(gccopt) $(inc) $(def) ASFLAGS = $(arch) $(dbg) $(inc) LDFLAGS = -nostdlib -T rpikern.ld -print-gc-sections -QEMU_FLAGS = -m 256 -M raspi2 -serial stdio -d guest_errors +QEMU_FLAGS = -m 1024 -M raspi2 -serial stdio -d guest_errors $(bin): $(elf) @@ -56,3 +56,8 @@ run: $(elf) .PHONY: disasm disasm: $(elf) $(toolprefix)objdump -d $< + +.PHONY: install +install: $(bin) $(elf) + cp $(bin) /srv/tftp/$(bin) + cp $(elf) /srv/tftp/$(elf)