]> git.saurik.com Git - apple/boot.git/blobdiff - i386/boot2/Makefile
boot-83.2.tar.gz
[apple/boot.git] / i386 / boot2 / Makefile
index f794d903070fe3963c200cd166e0563d8055bfeb..337443825995217433474c85bfb3c55f4d608516 100644 (file)
@@ -32,12 +32,12 @@ VPATH = $(OBJROOT):$(SYMROOT)
 
 # The ordering is important;
 # boot2.o must be first.
-OBJS = boot2.o boot.o graphics.o prompt.o
+OBJS = boot2.o boot.o graphics.o drivers.o prompt.o
 # button.o browser.o scrollbar.o == NOTYET     
 
 UTILDIR = ../util
 SFILES = boot2.s
-CFILES = boot.c graphics.c prompt.c
+CFILES = boot.c graphics.c drivers.c prompt.c
 HFILES = boot.h
 OTHERFILES = Makefile
 ALLSRC = $(FOREIGNSRC) $(FOREIGNBIN) $(SFILES) $(CFILES) \