genode/repos/base-foc/lib/mk/l4re_support.mk
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
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
2014-05-14 16:08:00 +02:00

15 lines
295 B
Makefile

#
# Build L4re base libraries, needed by sigma0 and bootstrap
# ignore stage one, visit the L4 build system at second build stage
ifeq ($(called_from_lib_mk),yes)
# packages in 'l4/pkg/'
PKGS = uclibc-headers uclibc-minimal l4util cxx
include $(REP_DIR)/mk/l4_pkg.mk
all: $(PKG_TAGS)
endif