Changeset 24
- Timestamp:
- 10/18/00 01:31:03 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/LinuxBIOSv1/romimages/RON_WINFAST6300/Makefile
r21 r24 15 15 16 16 TOP=../.. 17 INCLUDES=- I $(TOP)/src/include17 INCLUDES=-nostdinc -I $(TOP)/src/include 18 18 CFLAGS=$(INCLUDES) -O2 $(CPUFLAGS) -Ilinux/include -Wall 19 19 … … 125 125 cc $(CFLAGS) -c $< 126 126 127 printk.o: $(TOP)/ lib/printk.c127 printk.o: $(TOP)/src/lib/printk.c 128 128 cc $(CFLAGS) -c $< 129 129 130 vsprintf.o: $(TOP)/ lib/vsprintf.c130 vsprintf.o: $(TOP)/src/lib/vsprintf.c 131 131 cc $(CFLAGS) -c $< 132 132 133 newpci.o: $(TOP)/ lib/newpci.c133 newpci.o: $(TOP)/src/lib/newpci.c 134 134 cc $(CFLAGS) -c $< 135 135 136 linuxpci.o: $(TOP)/ lib/linuxpci.c136 linuxpci.o: $(TOP)/src/lib/linuxpci.c 137 137 cc $(CFLAGS) -c $< 138 138
