diff --git a/mips/nanonote/Makefile.arch b/mips/nanonote/Makefile.arch index 0425b93..2762842 100644 --- a/mips/nanonote/Makefile.arch +++ b/mips/nanonote/Makefile.arch @@ -59,12 +59,8 @@ ifneq ($(UNBRICK),) boot_threads = $(standard_boot_programs) $(unbrick_boot_programs) ARCH_CXXFLAGS = -DNUM_THREADS=3 BOOT_CPPFLAGS = -DUNBRICK -all: stage1.raw iris.raw unbrick -stage1.raw: mips/nanonote/sdram-setup.raw - cp $< $@ +all: mips/start.raw mips/start.o: TARGET = -unbrick: mips/nanonote/unbrick.cc - g++ -Wall -Wextra -Werror `pkg-config --cflags --libs shevek` -lusb $< -o $@ else error Please define your boot method. endif