From dec16faf32e75d613e20cac175b8a0c2d3612b94 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Thu, 25 Feb 2021 23:32:18 +0100 Subject: Added some debugging features I've tried to track down the bugs with kvm and q35 but I didn't manage to do it - yet! I'll probably look into it soon. --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index 6b54d17..8426b9c 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -14,7 +14,7 @@ all: $(COBJS) @$(CC) -c $(CFLAGS) $< -o $@ @$(LD) -o $(@:.o=.elf) -Tlink.ld -L../build/ $@ -lgui -ltxt -lnet -lc @$(OC) -O binary $(@:.o=.elf) ../build/apps/$(@:.o=) -# @cp $(@:.o=.elf) ../build/apps/$(@:.o=.dbg) + @cp $(@:.o=.elf) ../build/apps/$(@:.o=.elf) # %.o: %.c # @mkdir -p ../build/apps/ -- cgit v1.2.3