video initialization seems to work, further testing needed
[rpikern] / Makefile
index 3b12438..ac7afa8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)