Rework shared headers
This commit is contained in:
@ -11,7 +11,7 @@ SRCFILES := $(call GRABSRC, \
|
||||
system \
|
||||
)
|
||||
|
||||
CFLAGS += -isystem $(ROOT)/share/hdrs -isystem $(ROOT)/ulib -isystem $(ROOT)/std/include
|
||||
CFLAGS += -isystem $(ROOT)/share -isystem $(ROOT)/ulib -isystem $(ROOT)/std/include
|
||||
|
||||
ASFILES := $(call GET_ASFILES, $(SRCFILES))
|
||||
CFILES := $(call GET_CFILES, $(SRCFILES))
|
||||
|
BIN
ulib/libulib.a
BIN
ulib/libulib.a
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
#include <stdint.h>
|
||||
#include <system/system.h>
|
||||
#include <syscall/syscall.h>
|
||||
#include <syscall.h>
|
||||
#include <sysdefs/syscall.h>
|
||||
|
||||
void sys_debugprint(const char *string) {
|
||||
syscall(SYS_DEBUGPRINT, (uint64_t)string, 0, 0, 0, 0, 0);
|
||||
|
Reference in New Issue
Block a user