mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 22:23:16 +00:00
os: name ahci_drv unambigously (ref #2190)
This commit is contained in:
parent
d18d2d0d9b
commit
2e68fae2ec
@ -1,6 +0,0 @@
|
||||
SRC_CC = platform.cc
|
||||
|
||||
INC_DIR += $(REP_DIR)/src/drivers/ahci
|
||||
|
||||
vpath platform.cc $(REP_DIR)/src/drivers/ahci/spec/exynos5
|
||||
|
@ -1,6 +0,0 @@
|
||||
SRC_CC = platform.cc
|
||||
|
||||
INC_DIR += $(REP_DIR)/src/drivers/ahci
|
||||
|
||||
vpath platform.cc $(REP_DIR)/src/drivers/ahci/spec/x86
|
||||
|
@ -1,11 +1,2 @@
|
||||
SRC_DIR = src/drivers/ahci
|
||||
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
|
||||
|
||||
MIRROR_FROM_REP_DIR := lib/mk/spec/x86/ahci_platform.mk \
|
||||
lib/mk/spec/exynos5/ahci_platform.mk
|
||||
|
||||
content: $(MIRROR_FROM_REP_DIR)
|
||||
|
||||
$(MIRROR_FROM_REP_DIR):
|
||||
$(mirror_from_rep_dir)
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
assert_spec x86
|
||||
|
||||
set mke2fs [installed_command mke2fs]
|
||||
set dd [installed_command dd]
|
||||
|
@ -1,3 +1,4 @@
|
||||
assert_spec x86
|
||||
|
||||
set mke2fs [installed_command mke2fs]
|
||||
set dd [installed_command dd]
|
||||
|
@ -1,3 +1,5 @@
|
||||
assert_spec x86
|
||||
|
||||
set use_linux [have_spec linux]
|
||||
|
||||
#
|
||||
|
5
repos/os/src/drivers/ahci/spec/exynos5/target.mk
Normal file
5
repos/os/src/drivers/ahci/spec/exynos5/target.mk
Normal file
@ -0,0 +1,5 @@
|
||||
TARGET = exynos5_ahci_drv
|
||||
REQUIRES = arm_v7
|
||||
INC_DIR = $(call select_from_repositories,include/spec/exynos5)
|
||||
|
||||
include $(REP_DIR)/src/drivers/ahci/target.inc
|
5
repos/os/src/drivers/ahci/spec/x86/target.mk
Normal file
5
repos/os/src/drivers/ahci/spec/x86/target.mk
Normal file
@ -0,0 +1,5 @@
|
||||
TARGET = ahci_drv
|
||||
REQUIRES = x86
|
||||
|
||||
include $(REP_DIR)/src/drivers/ahci/target.inc
|
||||
|
6
repos/os/src/drivers/ahci/target.inc
Normal file
6
repos/os/src/drivers/ahci/target.inc
Normal file
@ -0,0 +1,6 @@
|
||||
SRC_CC += main.cc ahci.cc platform.cc
|
||||
INC_DIR += $(REP_DIR)/src/drivers/ahci
|
||||
LIBS += base
|
||||
|
||||
vpath platform.cc $(PRG_DIR)
|
||||
vpath %.cc $(REP_DIR)/src/drivers/ahci
|
@ -1,4 +0,0 @@
|
||||
TARGET = ahci_drv
|
||||
SRC_CC = main.cc ahci.cc
|
||||
INC_DIR += $(PRG_DIR)
|
||||
LIBS += base ahci_platform
|
@ -1,3 +1,5 @@
|
||||
assert_spec x86
|
||||
|
||||
set genext2fs [installed_command genext2fs]
|
||||
set e2fsck [installed_command e2fsck]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user