1
0
mirror of git://projects.qi-hardware.com/iris.git synced 2025-04-21 12:27:27 +03:00

split off nanonote code, try to make it boot

This commit is contained in:
Bas Wijnen
2009-09-27 10:23:33 +02:00
parent 36d830e801
commit d0287820e6
28 changed files with 4628 additions and 137 deletions

View File

@@ -43,7 +43,7 @@ PYPP = /usr/bin/pypp
$(CC) $(CPPFLAGS) $(TARGET_FLAGS) $(CXXFLAGS) -c $< -o $@
%: boot-programs/crt0.o boot-programs/%.o
$(LD) $(filter %.o,$^) -o $@
$(LD) $(LDFLAGS) $(filter %.o,$^) -o $@
#$(OBJCOPY) -S $(OBJCOPYFLAGS) $@
clean: