mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
parent
665a551fcd
commit
c7c460f6e0
@ -1,5 +1,5 @@
|
||||
INCLUDE_SUB_DIRS := os util packet_stream_rx packet_stream_tx spec/x86_64/os \
|
||||
spec/arm/os spec/x86_32/os spec/arm_64/os
|
||||
INCLUDE_SUB_DIRS := os util packet_stream_rx packet_stream_tx pci \
|
||||
spec/x86_64/os spec/arm/os spec/x86_32/os spec/arm_64/os
|
||||
|
||||
MIRRORED_FROM_REP_DIR := $(addprefix include/,$(INCLUDE_SUB_DIRS))
|
||||
|
||||
|
@ -1,6 +1,2 @@
|
||||
SRC_DIR = src/app/pci_decode
|
||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||||
|
||||
content: $(GENODE_DIR)/repos/os/include/pci
|
||||
mkdir -p include
|
||||
cp -r $< include/
|
||||
|
@ -1,13 +1,10 @@
|
||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||||
|
||||
GENERIC_SRC_DIR := $(GENODE_DIR)/repos/os/src/drivers/platform
|
||||
GENERIC_INC_DIR := $(GENODE_DIR)/repos/os/include/pci
|
||||
|
||||
GENERIC_SRC_FILES := $(filter-out target.mk,$(filter-out main.cc,$(notdir $(wildcard $(GENERIC_SRC_DIR)/*.*))))
|
||||
GENERIC_HDR_FILES := $(notdir $(wildcard $(GENERIC_INC_DIR)/*.h))
|
||||
|
||||
MIRROR_FROM_OS_DIR := $(addprefix src/drivers/platform/,$(GENERIC_SRC_FILES)) \
|
||||
$(addprefix include/pci/,$(GENERIC_HDR_FILES))
|
||||
MIRROR_FROM_OS_DIR := $(addprefix src/drivers/platform/,$(GENERIC_SRC_FILES))
|
||||
|
||||
content: $(MIRROR_FROM_OS_DIR)
|
||||
|
||||
|
@ -2,10 +2,6 @@
|
||||
# Content hosted in the dde_linux repository
|
||||
#
|
||||
|
||||
content: include/pci
|
||||
include/pci:
|
||||
mkdir -p $(dir $@); cp -r $(GENODE_DIR)/repos/os/$@ $(dir $@)
|
||||
|
||||
MIRRORED_FROM_DDE_LINUX := src/lib/lx_emul \
|
||||
src/lib/lx_kit \
|
||||
src/include/lx_emul \
|
||||
|
Loading…
x
Reference in New Issue
Block a user