mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +00:00
Add x86_32 requirement to AHCI and ACPI drivers
This commit is contained in:
parent
cca4b7b43c
commit
db8058c16f
@ -1,7 +1,11 @@
|
|||||||
|
if {![have_spec x86_32]} {
|
||||||
|
puts "\nThe AHCI driver supports the x86_32 architecture only\n"
|
||||||
|
exit 0
|
||||||
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
# Build
|
# Build
|
||||||
#
|
#
|
||||||
|
|
||||||
set build_components {
|
set build_components {
|
||||||
core init drivers/timer drivers/pci drivers/acpi
|
core init drivers/timer drivers/pci drivers/acpi
|
||||||
drivers/ahci test/ahci
|
drivers/ahci test/ahci
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
TARGET = acpi_drv
|
TARGET = acpi_drv
|
||||||
REQUIRES = x86
|
REQUIRES = x86_32
|
||||||
SRC_CC = main.cc acpi.cc
|
SRC_CC = main.cc acpi.cc
|
||||||
LIBS = cxx env server process
|
LIBS = cxx env server process
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
TARGET = ahci_drv
|
TARGET = ahci_drv
|
||||||
SRC_CC = main.cc
|
REQUIRES = x86_32
|
||||||
LIBS = cxx env server signal
|
SRC_CC = main.cc
|
||||||
|
LIBS = cxx env server signal
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user