extras/timekeeping -- provide POSIX-like interface (#578)
This commit is contained in:
parent
ed1a6cc6f3
commit
33082ba2c9
15 changed files with 2591 additions and 0 deletions
8
extras/timekeeping/component.mk
Normal file
8
extras/timekeeping/component.mk
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Component makefile for extras/timekeeping
|
||||
|
||||
INC_DIRS += $(timekeeping_ROOT)
|
||||
|
||||
# args for passing into compile rule generation
|
||||
timekeeping_SRC_DIR = $(timekeeping_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,timekeeping))
|
||||
Loading…
Add table
Add a link
Reference in a new issue