change btld_conf.h
remove inclde u.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user