mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 10:08:53 +00:00
cf0d007fd4
Fix #4402
10 lines
281 B
Makefile
10 lines
281 B
Makefile
INCLUDE_SUB_DIRS := platform_session \
|
|
legacy/x86/platform_session \
|
|
legacy/x86/platform_device
|
|
|
|
INCLUDE_DIRS := $(addprefix include/,$(INCLUDE_SUB_DIRS))
|
|
|
|
MIRRORED_FROM_REP_DIR := $(INCLUDE_DIRS)
|
|
|
|
include $(REP_DIR)/recipes/api/session.inc
|