PCI IDE driver, new create_volume () syscall, test scripts
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m37s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m37s
This commit is contained in:
@@ -12,10 +12,14 @@ o += device/device.o \
|
||||
|
||||
ifeq ($(platform),amd64)
|
||||
c += device/ps2_kb.c \
|
||||
device/idedrv.c \
|
||||
device/pci.c \
|
||||
device/pci_defs.c
|
||||
device/pci_defs.c \
|
||||
device/pci_ide.c
|
||||
|
||||
o += device/ps2_kb.o \
|
||||
device/idedrv.o \
|
||||
device/pci.o \
|
||||
device/pci_defs.o
|
||||
device/pci_defs.o \
|
||||
device/pci_ide.o
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user