Changeset 24

Show
Ignore:
Timestamp:
10/18/00 01:31:03 (8 years ago)
Author:
rminnich
Message:

Fixes for not using /usr/include

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/LinuxBIOSv1/romimages/RON_WINFAST6300/Makefile

    r21 r24  
    1515 
    1616TOP=../.. 
    17 INCLUDES=-I $(TOP)/src/include  
     17INCLUDES=-nostdinc -I $(TOP)/src/include  
    1818CFLAGS=$(INCLUDES) -O2 $(CPUFLAGS) -Ilinux/include -Wall 
    1919 
     
    125125        cc $(CFLAGS) -c $< 
    126126 
    127 printk.o: $(TOP)/lib/printk.c 
     127printk.o: $(TOP)/src/lib/printk.c 
    128128        cc $(CFLAGS) -c $< 
    129129 
    130 vsprintf.o: $(TOP)/lib/vsprintf.c 
     130vsprintf.o: $(TOP)/src/lib/vsprintf.c 
    131131        cc $(CFLAGS) -c $< 
    132132 
    133 newpci.o: $(TOP)/lib/newpci.c 
     133newpci.o: $(TOP)/src/lib/newpci.c 
    134134        cc $(CFLAGS) -c $< 
    135135 
    136 linuxpci.o: $(TOP)/lib/linuxpci.c 
     136linuxpci.o: $(TOP)/src/lib/linuxpci.c 
    137137        cc $(CFLAGS) -c $< 
    138138