5875013900
With the current kbuild infrastructure in place no other changes are required for this to work. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
11 lines
176 B
C
11 lines
176 B
C
#ifdef __KERNEL__
|
|
|
|
#include <asm-m68k/setup.h>
|
|
|
|
/* We have a bigger command line buffer. */
|
|
#undef COMMAND_LINE_SIZE
|
|
|
|
#endif /* __KERNEL__ */
|
|
|
|
#define COMMAND_LINE_SIZE 512
|