mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 10:38:55 +00:00
ca971bbfd8
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
7 lines
210 B
Makefile
7 lines
210 B
Makefile
SPECS += codezero_arm_v5 platform_vpb926
|
|
|
|
CC_OPT += -D__PLATFORM__=pb926
|
|
|
|
include $(call select_from_repositories,mk/spec-codezero_arm_v5.mk)
|
|
include $(call select_from_repositories,mk/spec-platform_vpb926.mk)
|