mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:07:36 +00:00
Build: Get rid of the USERLAND define
Let's simplify things. There is now only KERNEL. To see if you're on Serenity, check if __serenity__ is defined.
This commit is contained in:
parent
6c2c3d00a3
commit
44bc4008b7
4 changed files with 6 additions and 8 deletions
|
@ -11,7 +11,7 @@ void set_serial_debug(bool on_or_off);
|
|||
int get_serial_debug();
|
||||
}
|
||||
|
||||
#ifndef USERLAND
|
||||
#ifdef KERNEL
|
||||
# define printf dbgprintf
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue