2015-07-29 00:40:53 +00:00
|
|
|
# Component makefile for extras/rboot-ota
|
|
|
|
|
2016-05-07 07:25:28 +00:00
|
|
|
# global include directories need to find rboot.h for integration, even
|
|
|
|
# when just including rboot-api.h :(
|
|
|
|
INC_DIRS += $(rboot-ota_ROOT) $(ROOT)bootloader $(ROOT)bootloader/rboot
|
2015-07-29 00:40:53 +00:00
|
|
|
|
2015-09-07 23:59:59 +00:00
|
|
|
rboot-ota_SRC_DIR = $(rboot-ota_ROOT)
|
|
|
|
|
|
|
|
$(eval $(call component_compile_rules,rboot-ota))
|
2015-07-29 00:40:53 +00:00
|
|
|
|