Skip to content
Snippets Groups Projects
Commit 94d34bba authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix a typo in a Make.defs file

parent e8636432
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ CSRCS += clock_time2ticks.c clock_abstime2ticks.c clock_ticks2time.c
CSRCS += clock_systimer.c clock_systimespec.c clock_timespec_add.c
CSRCS += clock_timespec_subtract.c
ifeq ($(CONFIG_CLOCK_TIMEKEEPING),y
ifeq ($(CONFIG_CLOCK_TIMEKEEPING),y)
CSRCS += clock_timekeeping.c
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment