mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
Add dde_linux to build.conf template for panda
This commit is contained in:
parent
a60dac3b3d
commit
1030ac1c67
5
tool/builddir/etc/build.conf.drivers_arm
Normal file
5
tool/builddir/etc/build.conf.drivers_arm
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
#
|
||||
# Drivers ported from the Linux kernel (USB)
|
||||
#
|
||||
#REPOSITORIES += $(GENODE_DIR)/dde_linux
|
@ -126,6 +126,14 @@ $(BUILD_DIR)/etc/build.conf::
|
||||
@cat $(BUILD_CONF).drivers_x86 >> $@
|
||||
endif
|
||||
|
||||
#
|
||||
# Add ARM drivers repositories to ARM build directories
|
||||
#
|
||||
ifeq ($(filter-out foc_panda,$(PLATFORM)),)
|
||||
$(BUILD_DIR)/etc/build.conf::
|
||||
@cat $(BUILD_CONF).drivers_arm >> $@
|
||||
endif
|
||||
|
||||
#
|
||||
# Generic platform dependencies
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user