new: usb控制器检测

This commit is contained in:
fslongjin
2022-07-17 17:24:27 +08:00
parent a1c843cd3a
commit afb80d4d6e
8 changed files with 67 additions and 7 deletions

View File

@ -1,7 +1,7 @@
CFLAGS += -I .
kernel_driver_subdirs:=video interrupt
kernel_driver_subdirs:=video interrupt usb
all:
@list='$(kernel_driver_subdirs)'; for subdir in $$list; do \