b4e9ceabd5
Support for using the MAC timer, a NMI with a higher priority than the maskable interrupts, but with similar practical limitations to the MAC layer handler.
10 lines
297 B
Makefile
10 lines
297 B
Makefile
# Component makefile for extras/mactimer
|
|
|
|
# Expected anyone using mactimer includes it as 'mactimer/mactimer.h'
|
|
INC_DIRS += $(mactimer_ROOT)..
|
|
|
|
# args for passing into compile rule generation
|
|
mactimer_INC_DIR =
|
|
mactimer_SRC_DIR = $(mactimer_ROOT)
|
|
|
|
$(eval $(call component_compile_rules,mactimer))
|