2017-03-28 16:42:41 +00:00
|
|
|
INCLUDE_SUB_DIRS := platform_session \
|
2020-05-14 13:35:40 +00:00
|
|
|
platform_device \
|
2020-07-17 16:28:06 +00:00
|
|
|
spec/arm_64/platform_session \
|
2020-05-14 13:35:40 +00:00
|
|
|
spec/arm/platform_session \
|
2017-03-28 16:42:41 +00:00
|
|
|
spec/imx53/platform_session \
|
2019-04-18 12:50:28 +00:00
|
|
|
spec/rpi/platform \
|
2017-03-28 16:42:41 +00:00
|
|
|
spec/rpi/platform_session \
|
|
|
|
spec/x86/platform_session \
|
|
|
|
spec/x86/platform_device
|
|
|
|
|
|
|
|
INCLUDE_DIRS := $(addprefix include/,$(INCLUDE_SUB_DIRS))
|
|
|
|
|
|
|
|
MIRRORED_FROM_REP_DIR := $(INCLUDE_DIRS)
|
|
|
|
|
|
|
|
include $(REP_DIR)/recipes/api/session.inc
|