mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
80838831d8
Since dde_linux now contains the port of the Linux IP stack available for all Genode base-* platforms move the repository out of drivers_arm and drivers_x86 build.conf to the optional build.conf (available to all platforms).
40 lines
891 B
Plaintext
40 lines
891 B
Plaintext
|
|
##
|
|
## Optional repositories
|
|
##
|
|
|
|
#
|
|
# Ports of popular open-source libraries and the C library.
|
|
#
|
|
# Make sure to execute 'make prepare' in 'libports' prior building.
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/libports
|
|
|
|
#
|
|
# Qt4 tool kit
|
|
#
|
|
# The 'qt4' repository depends on 'libc' and 'libports'
|
|
# Make sure to execute 'make prepare' in 'qt4' prior building.
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/qt4
|
|
|
|
#
|
|
# Ports of popular 3rd-party applications
|
|
#
|
|
# The 'ports' repository depends on 'libc', 'libports', and 'qt4'.
|
|
# Make sure to execute 'make prepare' in 'ports' prior building.
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/ports
|
|
|
|
#
|
|
# Ports of the Linux TCP/IP stack and Linux drivers (USB) from the Linux kernel
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/dde_linux
|
|
|
|
#
|
|
# High-level Genode-specific services and applications
|
|
#
|
|
# The 'gems' repository depends on 'libc', 'libports', and 'qt4'.
|
|
#
|
|
#REPOSITORIES += $(GENODE_DIR)/gems
|