esp-open-rtos/extras/mactimer/component.mk
Our Air Quality b4e9ceabd5 mactimer: add MAC NMI timer support.
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.
2019-04-09 21:07:02 +10:00

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))