mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Add x86_32 requirement to AHCI and ACPI drivers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user