chore: add default group automatly if needed
the name of the default group is the same with the directory name. Signed-off-by: Caoruihong <crh.cao@huawei.com> Change-Id: I3d889a361534adc44e3b1bedfec13efe8e1babf2
This commit is contained in:
@@ -144,10 +144,6 @@ kernel_module(module_name) {
|
||||
public_configs = [ ":public" ]
|
||||
}
|
||||
|
||||
group("usb") {
|
||||
public_deps = [ ":$module_name" ]
|
||||
}
|
||||
|
||||
config("public") {
|
||||
include_dirs = [ "." ]
|
||||
include_dirs += [ "$LITEOSTHIRDPARTY/FreeBSD/sys/dev/evdev" ]
|
||||
|
||||
Reference in New Issue
Block a user