mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-06 19:20:09 +00:00
make dde_linux repository an optional one
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).
This commit is contained in:
parent
5e17fef898
commit
80838831d8
@ -1,5 +1 @@
|
|||||||
|
|
||||||
#
|
|
||||||
# Drivers ported from the Linux kernel (USB)
|
|
||||||
#
|
|
||||||
#REPOSITORIES += $(GENODE_DIR)/dde_linux
|
|
||||||
|
@ -1,11 +1,4 @@
|
|||||||
|
|
||||||
#
|
|
||||||
# Drivers ported from the Linux kernel (USB)
|
|
||||||
#
|
|
||||||
# Not supported on the ARM architecture.
|
|
||||||
#
|
|
||||||
#REPOSITORIES += $(GENODE_DIR)/dde_linux
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Additional drivers ported from the Linux kernel (audio, Intel GEM)
|
# Additional drivers ported from the Linux kernel (audio, Intel GEM)
|
||||||
#
|
#
|
||||||
|
@ -26,6 +26,11 @@
|
|||||||
#
|
#
|
||||||
#REPOSITORIES += $(GENODE_DIR)/ports
|
#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
|
# High-level Genode-specific services and applications
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user