mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 22:43:23 +00:00
wrench: 更新Makefile
This commit is contained in:
10
kernel/driver/disk/Makefile
Normal file
10
kernel/driver/disk/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
all: ata.o ahci.o
|
||||
|
||||
CFLAGS += -I .
|
||||
|
||||
ata.o: ata.c
|
||||
gcc $(CFLAGS) -c ata.c -o ata.o
|
||||
|
||||
ahci.o: ahci/ahci.c
|
||||
gcc $(CFLAGS) -c ahci/ahci.c -o ahci/ahci.o
|
Reference in New Issue
Block a user