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

@@ -11,7 +11,7 @@ CPPFLAGS = -I $(SDIR)
${PROG}: $(OBJS)
$(CC) $(CFLAGS) -o $(BDIR)/$(PROG) $(OBJS)
$(OBJS): $(SDIR)/u.h $(SDIR)/btld_conf.h $(SDIR)/btld_disk.h
$(OBJS): $(SDIR)/btld_conf.h $(SDIR)/btld_disk.h
clean:
rm -f $(PROG) $(OBJS)

View File

@@ -10,7 +10,6 @@
#include <endian.h>
#include <stdlib.h>
#include <assert.h>
#include <u.h>
#include "btld_conf.h"
#include "btld_disk.h"