mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +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
|
||||
#
|
||||
|
||||
set build_components {
|
||||
core init drivers/timer drivers/pci drivers/acpi
|
||||
drivers/ahci test/ahci
|
||||
|
@ -1,5 +1,5 @@
|
||||
TARGET = acpi_drv
|
||||
REQUIRES = x86
|
||||
REQUIRES = x86_32
|
||||
SRC_CC = main.cc acpi.cc
|
||||
LIBS = cxx env server process
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
TARGET = ahci_drv
|
||||
SRC_CC = main.cc
|
||||
LIBS = cxx env server signal
|
||||
TARGET = ahci_drv
|
||||
REQUIRES = x86_32
|
||||
SRC_CC = main.cc
|
||||
LIBS = cxx env server signal
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user