We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b4c872 commit a41ec49Copy full SHA for a41ec49
1 file changed
Makefile
@@ -38,6 +38,9 @@ OBJCOPY = $(CROSS)objcopy
38
39
OBJFILES = startup.o loader.o fb.o ipodhw.o console.o minilibc.o ata2.o vfs.o fat32.o ext2.o fwfs.o keypad.o menu.o config.o macpartitions.o interrupts.o interrupt-entry.o
40
41
+debug: MYCFLAGS += -DDEBUG
42
+debug: all
43
+
44
all: loader.bin $(OBJFILES) Makefile
45
# @echo "Building firmware image"
46
# @./make_fw -g 4g -o my_sw.bin -i apple_os.bin $<
0 commit comments