]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_i386/Makefile
* Patch by Marc Singer, 29 May 2003:
[karo-tx-uboot.git] / lib_i386 / Makefile
index 34994e5446b3f885f86b5d8827dfee9c58b7f847..47c5d2cd948f526a3f1335422af9360bc368217d 100644 (file)
@@ -25,11 +25,11 @@ include $(TOPDIR)/config.mk
 
 LIB    = lib$(ARCH).a
 
-AOBJS  = bios.o realmode_switch.o ic/sc520_asm.o
+AOBJS  = bios.o bios_pci.o realmode_switch.o 
 
 COBJS  = board.o bios_setup.o i386_linux.o zimage.o realmode.o \
-         pci_type1.o ic/sc520.o ic/ali512x.o
-
+         pci_type1.o pci.o video_bios.o video.o  
+         
 OBJS   = $(AOBJS) $(COBJS)
 
 $(LIB):        .depend $(OBJS)