esp-open-rtos/extras/ds3231/component.mk
Bhuvanchandra 782cdfd11d extras: ds3231: Add support for DS3231 real-time clock (RTC)
Add support for DS3231 extremely accurate I2C real-time clock (RTC).

Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@gmail.com>
2016-08-03 01:23:43 +00:00

9 lines
267 B
Makefile

# Component makefile for extras/ds3231
# expected anyone using bmp driver includes it as 'ds3231/ds3231.h'
INC_DIRS += $(ds3231_ROOT)..
# args for passing into compile rule generation
ds3231_SRC_DIR = $(ds3231_ROOT)
$(eval $(call component_compile_rules,ds3231))