mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-23 08:03:22 +00:00
创建了usb驱动程序文件
This commit is contained in:
8
kernel/driver/usb/Makefile
Normal file
8
kernel/driver/usb/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
all: usb.o xhci.o
|
||||
|
||||
usb.o: usb,c
|
||||
gcc $(CFLAGS) -c usb.c -o usb.o
|
||||
|
||||
xhci.o: xhci.c
|
||||
gcc $(CFLAGS) -c xhci/xhci.c -o xhci/xhci.o
|
Reference in New Issue
Block a user