mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-22 17:41:55 +00:00
relocate.o is now dragged in by the objects that require it; there is no
need for a CONFIG_RELOCATE.
This commit is contained in:
parent
3204a1e941
commit
0479e9f541
@ -118,7 +118,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define RELOCATE /* Relocate to high memory */
|
||||
#undef BUILD_SERIAL /* Include an automatic build serial
|
||||
* number. Add "bs" to the list of
|
||||
* make targets. For example:
|
||||
|
@ -136,15 +136,6 @@ REQUIRE_OBJECT ( btext );
|
||||
REQUIRE_OBJECT ( pc_kbd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in relocate.o if required
|
||||
*
|
||||
*/
|
||||
|
||||
#ifdef RELOCATE
|
||||
REQUIRE_OBJECT ( relocate );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested protocols
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user