tools/nolibc: add the nolibc subdir to the common Makefile
authorWilly Tarreau <w@1wt.eu>
Mon, 21 Mar 2022 17:33:14 +0000 (18:33 +0100)
committerPaul E. McKenney <paulmck@kernel.org>
Thu, 21 Apr 2022 00:05:46 +0000 (17:05 -0700)
commit0b37dff10bc05576f9594a10e8ef9c718dab931f
tree3314826b03890341ae86356d967b457986816b31
parent24326164687b303e3a7a5b8ef83c0f34c5582b2c
tools/nolibc: add the nolibc subdir to the common Makefile

The Makefile in tools/ is used to forward options to the makefiles
in the various subdirs. Let's add nolibc there so that it becomes
possible to make tools/nolibc_headers_standalone from the main tree
to simply create a completely usable sysroot.

Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
tools/Makefile