mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-27 17:18:53 +00:00
13 lines
413 B
Makefile
13 lines
413 B
Makefile
|
INCLUDE_SUB_DIRS := platform_session \
|
||
|
spec/imx53/platform_session \
|
||
|
spec/rpi/platform_session \
|
||
|
spec/x86/platform_session \
|
||
|
platform_device \
|
||
|
spec/x86/platform_device
|
||
|
|
||
|
INCLUDE_DIRS := $(addprefix include/,$(INCLUDE_SUB_DIRS))
|
||
|
|
||
|
MIRRORED_FROM_REP_DIR := $(INCLUDE_DIRS)
|
||
|
|
||
|
include $(REP_DIR)/recipes/api/session.inc
|