mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
gator: Add config for building the module in-tree
Signed-off-by: Jon Medhurst <tixy@linaro.org>
This commit is contained in:
parent
7bf87fba32
commit
6d0ae28ce5
|
|
@ -166,4 +166,6 @@ source "drivers/ipack/Kconfig"
|
|||
|
||||
source "drivers/reset/Kconfig"
|
||||
|
||||
source "drivers/gator/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
|
|
|||
|
|
@ -152,3 +152,5 @@ obj-$(CONFIG_IIO) += iio/
|
|||
obj-$(CONFIG_VME_BUS) += vme/
|
||||
obj-$(CONFIG_IPACK_BUS) += ipack/
|
||||
obj-$(CONFIG_NTB) += ntb/
|
||||
|
||||
obj-$(CONFIG_GATOR) += gator/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user