You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
280 B
9 lines
280 B
1 year ago
|
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
|