Browse Source

relocate.o is now dragged in by the objects that require it; there is no

need for a CONFIG_RELOCATE.
tags/v0.9.3
Michael Brown 18 years ago
parent
commit
0479e9f541
2 changed files with 0 additions and 10 deletions
  1. 0
    1
      src/config.h
  2. 0
    9
      src/core/config.c

+ 0
- 1
src/config.h View File

118
  *
118
  *
119
  */
119
  */
120
 
120
 
121
-#define	RELOCATE		/* Relocate to high memory */
122
 #undef	BUILD_SERIAL		/* Include an automatic build serial
121
 #undef	BUILD_SERIAL		/* Include an automatic build serial
123
 				 * number.  Add "bs" to the list of
122
 				 * number.  Add "bs" to the list of
124
 				 * make targets.  For example:
123
 				 * make targets.  For example:

+ 0
- 9
src/core/config.c View File

136
 REQUIRE_OBJECT ( pc_kbd );
136
 REQUIRE_OBJECT ( pc_kbd );
137
 #endif
137
 #endif
138
 
138
 
139
-/*
140
- * Drag in relocate.o if required
141
- *
142
- */
143
-
144
-#ifdef RELOCATE
145
-REQUIRE_OBJECT ( relocate );
146
-#endif
147
-
148
 /*
139
 /*
149
  * Drag in all requested protocols
140
  * Drag in all requested protocols
150
  *
141
  *

Loading…
Cancel
Save