cleanup
[rpikern] / Makefile
index 3b12438..24a3fb6 100644 (file)
--- 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)