List PCI devices on boot
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m33s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m33s
This commit is contained in:
@@ -11,6 +11,11 @@ o += device/device.o \
|
||||
device/partitions.o
|
||||
|
||||
ifeq ($(platform),amd64)
|
||||
c += device/ps2_kb.c
|
||||
o += device/ps2_kb.o
|
||||
c += device/ps2_kb.c \
|
||||
device/pci.c \
|
||||
device/pci_defs.c
|
||||
|
||||
o += device/ps2_kb.o \
|
||||
device/pci.o \
|
||||
device/pci_defs.o
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user