dist: remove leds from filter out directory
This module is depended by input_leds, otherwise dist build complain: filter-modules.sh: depmod: WARNING: kernel/drivers/input/input-leds.ko needs unknown symbol led_classdev_unregister Signed-off-by: Alex Shi <alexsshi@tencent.com> Reviewed-by: Kairui Song <kasong@tencent.com>
This commit is contained in:
parent
3879808b6b
commit
2257b49b2e
|
@ -17,7 +17,7 @@
|
|||
|
||||
# Set the default dirs and modules to filter out as external modules
|
||||
|
||||
driverdirs="atm auxdisplay bcma bluetooth firewire fmc fpga iio infiniband isdn leds media memstick message mfd mmc mtd nfc ntb pcmcia platform power powercap ssb soundwire staging thermal tty uio w1"
|
||||
driverdirs="atm auxdisplay bcma bluetooth firewire fmc fpga iio infiniband isdn media memstick message mfd mmc mtd nfc ntb pcmcia platform power powercap ssb soundwire staging thermal tty uio w1"
|
||||
|
||||
chardrvs="mwave pcmcia"
|
||||
|
||||
|
|
Loading…
Reference in New Issue