mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
8674cea84d
There is a nice buildsystem dedicated for userspace tools in Linux kernel tree. Switch gpio target to be built by it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Alexandre Courbot <acourbot@nvidia.com> Tested-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
3 lines
128 B
Text
3 lines
128 B
Text
lsgpio-y += lsgpio.o gpio-utils.o
|
|
gpio-hammer-y += gpio-hammer.o gpio-utils.o
|
|
gpio-event-mon-y += gpio-event-mon.o gpio-utils.o
|