diff options
Diffstat (limited to 'cpu/i386/serial.c')
| -rw-r--r-- | cpu/i386/serial.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/i386/serial.c b/cpu/i386/serial.c index 4933d23fd..baf35e53d 100644 --- a/cpu/i386/serial.c +++ b/cpu/i386/serial.c @@ -500,4 +500,4 @@ void kgdb_interruptible(int yes)  	return;  }  #endif	/* (CONFIG_KGDB_SER_INDEX & 2) */ -#endif	/* CFG_CMD_KGDB */ +#endif |