Procházet zdrojové kódy

Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxe

tags/v0.9.3
Michael Brown před 17 roky
rodič
revize
90b5315db0
4 změnil soubory, kde provedl 9 přidání a 8 odebrání
  1. 5
    5
      src/Makefile
  2. 1
    1
      src/core/nvo.c
  3. 1
    1
      src/drivers/net/depca.c
  4. 2
    1
      src/drivers/net/ns8390.c

+ 5
- 5
src/Makefile Zobrazit soubor

@@ -14,6 +14,10 @@ NON_AUTO_MEDIA	:=
14 14
 MAKEDEPS	+= Config
15 15
 include Config
16 16
 
17
+# Location to place generated files
18
+#
19
+BIN		:= bin
20
+
17 21
 # If no architecture is specified in Config or on the command-line,
18 22
 # use that of the build machine.
19 23
 #
@@ -35,7 +39,7 @@ include arch/$(ARCH)/Config
35 39
 # If invoked with no build target, print out a helpfully suggestive
36 40
 # message.
37 41
 #
38
-noargs : blib
42
+noargs : blib $(BIN)/NIC
39 43
 	@echo '===================================================='
40 44
 	@echo
41 45
 	@echo ' *** WARNING: THE INSTRUCTIONS BELOW DO NOT FULLY WORK YET !!!  ***'
@@ -93,10 +97,6 @@ NRV2B		?= ./util/nrv2b
93 97
 ZBIN		?= ./util/zbin
94 98
 DOXYGEN		?= doxygen
95 99
 
96
-# Location to place generated files
97
-#
98
-BIN		?= bin
99
-
100 100
 # Common flags
101 101
 #
102 102
 CFLAGS		+= -I include -I arch/$(ARCH)/include -I . -DARCH=$(ARCH)

+ 1
- 1
src/core/nvo.c Zobrazit soubor

@@ -29,7 +29,7 @@
29 29
  *
30 30
  */
31 31
 
32
-#warning "Temporary hack"
32
+/* FIXME: "Temporary hack" */
33 33
 struct nvo_block *ugly_nvo_hack = NULL;
34 34
 
35 35
 /**

+ 1
- 1
src/drivers/net/depca.c Zobrazit soubor

@@ -1,4 +1,4 @@
1
-#warning "depca.c: FIXME: fix relocation"
1
+/* #warning "depca.c: FIXME: fix relocation" */
2 2
 
3 3
 #if 0
4 4
 /* Not fixed for relocation yet. Probably won't work relocated above 16MB */

+ 2
- 1
src/drivers/net/ns8390.c Zobrazit soubor

@@ -25,7 +25,8 @@ SMC8416 PIO support added by Andrew Bettison (andrewb@zip.com.au) on 4/3/02
25 25
 
26 26
 **************************************************************************/
27 27
 
28
-#warning "ns8390.c: FIXME: split ISA and PCI, clean up"
28
+/* #warning "ns8390.c: FIXME: split ISA and PCI, clean up" */
29
+
29 30
 #if 1
30 31
 
31 32
 

Načítá se…
Zrušit
Uložit