[Add] 新增Linux_Drivers编译
This commit is contained in:
@ -34,7 +34,7 @@ exclude_dirs =
|
||||
SUBDIRS := $(filter-out $(exclude_dirs), $(SUBDIRS))
|
||||
|
||||
# prepare ko list
|
||||
KO_LIST = wiegand-gpio
|
||||
KO_LIST = wiegand-gpio linux_drives
|
||||
|
||||
|
||||
OTHERS :=
|
||||
@ -69,6 +69,9 @@ wireless:
|
||||
wiegand-gpio:
|
||||
@$(call MAKE_EXT_KO, extdrv/${@})
|
||||
|
||||
linux_drives:
|
||||
@$(call MAKE_EXT_KO, extdrv/Linux_Drivers)
|
||||
|
||||
cp_ext_wireless:
|
||||
@find extdrv/wireless -name '*.ko' -print -exec cp {} $(INSTALL_DIR)/3rd/ \;
|
||||
|
||||
|
||||
1
osdrv/extdrv/Linux_Drivers
Submodule
1
osdrv/extdrv/Linux_Drivers
Submodule
Submodule osdrv/extdrv/Linux_Drivers added at ad4c4c383f
Reference in New Issue
Block a user