You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
LIBC_STDTIME_DIR = $(LIBC_DIR)/lib/libc/stdtime
|
|
|
|
SRC_C = $(filter-out $(FILTER_OUT),$(notdir $(wildcard $(LIBC_STDTIME_DIR)/*.c)))
|
|
|
|
CC_OPT_localtime = -DTZ_MAX_TIMES=1
|
|
|
|
include $(REP_DIR)/lib/mk/libc-common.inc
|
|
|
|
vpath %.c $(LIBC_STDTIME_DIR)
|