Parsing commandline arguments
This commit is contained in:
@ -12,10 +12,12 @@ SRCFILES := $(call GRABSRC, \
|
||||
printf \
|
||||
dlmalloc \
|
||||
sync \
|
||||
args \
|
||||
)
|
||||
|
||||
CFLAGS += -isystem $(ROOT)/share -isystem $(ROOT)/ulib -isystem $(ROOT)/std/include \
|
||||
-DPRINTF_INCLUDE_CONFIG_H=1 -DLACKS_STRING_H=1 -include $(ROOT)/ulib/string/string.h
|
||||
-isystem $(ROOT)/ulib/std -DPRINTF_INCLUDE_CONFIG_H=1 \
|
||||
-DULIB_FLOAT_SUPPORT=0
|
||||
|
||||
ASFILES := $(call GET_ASFILES, $(SRCFILES))
|
||||
CFILES := $(call GET_CFILES, $(SRCFILES))
|
||||
|
Reference in New Issue
Block a user