change btld_conf.h
remove inclde u.h
This commit is contained in:
@@ -6,12 +6,12 @@ SRCS = installboot.c
|
||||
OBJS = installboot.o
|
||||
|
||||
CFLAGS = -g -Wall -Werror
|
||||
CPPFLAGS = -I $(SDIR)
|
||||
CPPFLAGS = -I $(SDIR)
|
||||
|
||||
${PROG}: $(OBJS)
|
||||
$(CC) $(CFLAGS) -o $(BDIR)/$(PROG) $(OBJS)
|
||||
|
||||
$(OBJS): $(SDIR)/u.h $(SDIR)/btld_conf.h $(SDIR)/btld_disk.h elf32.h
|
||||
$(OBJS): $(SDIR)/btld_conf.h $(SDIR)/btld_disk.h elf32.h
|
||||
|
||||
clean:
|
||||
rm -rf $(PROG) $(OBJS)
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
#include <sys/wait.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <u.h>
|
||||
#include "btld_conf.h"
|
||||
#include "btld_disk.h"
|
||||
#include "elf32.h"
|
||||
|
||||
Reference in New Issue
Block a user