X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=Makefile;h=24a3fb6eeaa577d4380135ed6d24df8c905e3125;hp=3b1243817b92a8712d8d21fe32f9f97558402344;hb=6da291dc416a718164b5596aa16b1901f2770732;hpb=e848811902a51b67dedb6f6325dda19a6f21e820 diff --git a/Makefile b/Makefile index 3b12438..24a3fb6 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,8 @@ endif warn = -pedantic -Wall dbg = -g -inc = -Isrc/libc -gccopt = -marm -fpic -ffreestanding -nostdinc +inc = -Isrc -Isrc/libc +gccopt = -marm -fpic -ffreestanding -nostdinc -ffast-math -fno-math-errno #arch = -mcpu=arm1176jzf-s arch = -mcpu=cortex-a7 @@ -58,6 +58,5 @@ disasm: $(elf) $(toolprefix)objdump -d $< .PHONY: install -install: $(bin) $(elf) +install: $(bin) cp $(bin) /srv/tftp/$(bin) - cp $(elf) /srv/tftp/$(elf)