]> Joshua Wise's Git repositories - netwatch.git/blobdiff - aseg-paging/Makefile
Clean up vga_overlay a bit to split out the VGA-specific code to strblit
[netwatch.git] / aseg-paging / Makefile
index 58d2652eabb0609311f3c3b411940dc63fd80408..c9a8f439b008e3eaa9da0c20b543d6c6cf4b89dd 100644 (file)
@@ -40,7 +40,12 @@ OBJS =       ../ich2/smi.o \
        ../pci/pci-raw.o \
        ../pci/pci-bother.o \
        ../net/net.o \
        ../pci/pci-raw.o \
        ../pci/pci-bother.o \
        ../net/net.o \
+       ../net/http/fs.o \
+       ../net/http/httpd.o \
        ../net/3c90x.o \
        ../net/3c90x.o \
+       ../video/tnt2.o \
+       ../video/fb.o \
+       drivers.o \
        ../lib/minilib.o \
        ../lib/doprnt.o \
        ../lib/sprintf.o \
        ../lib/minilib.o \
        ../lib/doprnt.o \
        ../lib/sprintf.o \
@@ -52,6 +57,7 @@ OBJS =        ../ich2/smi.o \
        smi.o \
        vga-overlay.o \
        main.o \
        smi.o \
        vga-overlay.o \
        main.o \
+       traps.o \
        firstrun.o
 
 
        firstrun.o
 
 
This page took 0.027002 seconds and 4 git commands to generate.