gommo
03-31-2003, 10:00 PM
I want to enable some of the Debug output in serial.c of the linux kernel.
Such as SERIAL_DEBUG_INTR
How can I do this from the makefile.
Is there a place where I can place what debugs I want to define without actually having to place
#define SERIAL_DEBUG_INTR in the code
Such as SERIAL_DEBUG_INTR
How can I do this from the makefile.
Is there a place where I can place what debugs I want to define without actually having to place
#define SERIAL_DEBUG_INTR in the code