mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-23 14:30:39 +01:00
defs.mk, rules.mk: Move GENERATE_FUNC_TIMERS from rules.mk to defs.mk.in
This commit is contained in:
parent
7939670eb7
commit
6a01ace009
2 changed files with 3 additions and 3 deletions
|
|
@ -267,6 +267,7 @@ ifeq ($(USE_VALGRIND),true)
|
|||
endif
|
||||
|
||||
ifeq ($(USE_TIMER),true)
|
||||
GENERATE_FUNC_TIMERS = $(MODDIR)/YStopWatchThreadList/generate_func_timers.sh
|
||||
CFLAGS += -D_USE_TIMER_
|
||||
CPPFLAGS += -D_USE_TIMER_
|
||||
endif
|
||||
|
|
@ -358,4 +359,3 @@ ifneq ($(wildcard local.mk),)
|
|||
include local.mk
|
||||
endif
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue