Printf in userspace
This commit is contained in:
@ -9,9 +9,11 @@ SRCFILES := $(call GRABSRC, \
|
||||
syscall \
|
||||
string \
|
||||
system \
|
||||
printf \
|
||||
)
|
||||
|
||||
CFLAGS += -isystem $(ROOT)/share -isystem $(ROOT)/ulib -isystem $(ROOT)/std/include
|
||||
CFLAGS += -isystem $(ROOT)/share -isystem $(ROOT)/ulib -isystem $(ROOT)/std/include \
|
||||
-DPRINTF_INCLUDE_CONFIG_H=1
|
||||
|
||||
ASFILES := $(call GET_ASFILES, $(SRCFILES))
|
||||
CFILES := $(call GET_CFILES, $(SRCFILES))
|
||||
|
Reference in New Issue
Block a user