mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
depot: recipe for src/ipxe_nic_drv (dde_ipxe)
This commit is contained in:
parent
aec97b7da0
commit
0b4b2b2fb2
53
repos/dde_ipxe/recipes/src/ipxe_nic_drv/content.mk
Normal file
53
repos/dde_ipxe/recipes/src/ipxe_nic_drv/content.mk
Normal file
@ -0,0 +1,53 @@
|
||||
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/dde_ipxe)
|
||||
|
||||
LIB_MK := $(addprefix lib/mk/, dde_ipxe_nic.inc) \
|
||||
$(foreach SPEC,x86_32 x86_64,lib/mk/spec/$(SPEC)/dde_ipxe_nic.mk)
|
||||
|
||||
MIRROR_FROM_REP_DIR := $(LIB_MK) src patches include
|
||||
|
||||
MIRROR_FROM_PORT_DIR := $(addprefix src/lib/dde_ipxe/src/, \
|
||||
arch/i386/core/rdtsc_timer.c \
|
||||
arch/x86/core/x86_string.c \
|
||||
core/bitops.c \
|
||||
core/iobuf.c \
|
||||
core/list.c \
|
||||
core/string.c \
|
||||
core/random.c \
|
||||
drivers/bitbash/bitbash.c \
|
||||
drivers/bitbash/spi_bit.c \
|
||||
drivers/bus/pciextra.c \
|
||||
drivers/net/eepro100.c \
|
||||
drivers/net/eepro100.h \
|
||||
drivers/net/intel.c \
|
||||
drivers/net/intel.h \
|
||||
drivers/net/mii.c \
|
||||
drivers/net/realtek.c \
|
||||
drivers/net/realtek.h \
|
||||
drivers/net/tg3/tg3.c \
|
||||
drivers/net/tg3/tg3.h \
|
||||
drivers/net/tg3/tg3_hw.c \
|
||||
drivers/net/tg3/tg3_phy.c \
|
||||
drivers/nvs/nvs.c \
|
||||
drivers/nvs/threewire.c \
|
||||
net/eth_slow.c \
|
||||
net/iobpad.c \
|
||||
net/ethernet.c \
|
||||
net/netdevice.c \
|
||||
net/nullnet.c \
|
||||
include \
|
||||
arch/i386/include \
|
||||
arch/x86_64/include \
|
||||
arch/x86/include \
|
||||
config)
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR) $(MIRROR_FROM_PORT_DIR) LICENSE
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
$(MIRROR_FROM_PORT_DIR):
|
||||
mkdir -p $(dir $@)
|
||||
cp -r $(PORT_DIR)/$@ $@
|
||||
|
||||
LICENSE:
|
||||
cp $(PORT_DIR)/src/lib/dde_ipxe/COPYING $@
|
1
repos/dde_ipxe/recipes/src/ipxe_nic_drv/hash
Normal file
1
repos/dde_ipxe/recipes/src/ipxe_nic_drv/hash
Normal file
@ -0,0 +1 @@
|
||||
2017-11-01 81c6642b247964251dadc093f7c21d1047d4b5d2
|
5
repos/dde_ipxe/recipes/src/ipxe_nic_drv/used_apis
Normal file
5
repos/dde_ipxe/recipes/src/ipxe_nic_drv/used_apis
Normal file
@ -0,0 +1,5 @@
|
||||
base
|
||||
os
|
||||
nic_session
|
||||
platform_session
|
||||
timer_session
|
Loading…
Reference in New Issue
Block a user