Index: src/drivers/ata/Makefile =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ src/drivers/ata/Makefile 2023-08-05 22:03:52.769089708 +0200 @@ -0,0 +1,3 @@ +ahci_dup88-y := ahci.o + +obj-m := ahci_dup88.o