mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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 <[email protected]> Acked-by: Alexandre Courbot <[email protected]> Tested-by: Alexandre Courbot <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
4 lines
128 B
Python
4 lines
128 B
Python
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
|