mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 19:49:45 +03:00
[timer] Remove now-obsolete references to TIMER_BIOS and TIMER_RDTSC
This commit is contained in:
@@ -60,16 +60,6 @@ REQUIRE_OBJECT ( pc_kbd );
|
||||
REQUIRE_OBJECT ( syslog );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested timers
|
||||
*/
|
||||
#ifdef TIMER_BIOS
|
||||
REQUIRE_OBJECT ( timer_bios );
|
||||
#endif
|
||||
#ifdef TIMER_RDTSC
|
||||
REQUIRE_OBJECT ( timer_rdtsc );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested network protocols
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user