change btld_conf.h

remove inclde u.h
This commit is contained in:
2024-12-05 15:31:56 +09:00
parent dce27c5d22
commit 7466f0ff8c
6 changed files with 13 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ OBJS += $(ESRCS:.c=.o)
include $(SDIR)/Makefile.inc
CFLAGS += -no-pie
CFLAGS += -no-pie -g
CPPFLAGS += -DLOADADDR=$(LOADADDR) -DLINKADDR=$(LINKADDR) -DBOOTMAGIC=$(BOOTMAGIC) -DBOOTSTACKOFF=$(BOOTSTACKOFF)
CPPFLAGS += -I $(SDIR)
LDFLAGS += -s -Ttext=$(LINKADDR) -T ld.script --no-omagic -M