2017-03-28 18:42:41 +02:00
|
|
|
INCLUDE_SUB_DIRS := platform_session \
|
2020-05-14 15:35:40 +02:00
|
|
|
platform_device \
|
2020-07-17 18:28:06 +02:00
|
|
|
spec/arm_64/platform_session \
|
2020-05-14 15:35:40 +02:00
|
|
|
spec/arm/platform_session \
|
2017-03-28 18:42:41 +02:00
|
|
|
spec/imx53/platform_session \
|
2019-04-18 14:50:28 +02:00
|
|
|
spec/rpi/platform \
|
2017-03-28 18:42:41 +02: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
|