Re: [PATCH v3] selftests: sched_ext: Add sched_ext as proper selftest target

2024-10-08 Thread David Vernet
pftool for the > build host only. > > Add ARCH, CROSS_COMPILE, OUTPUT, and TARGETS support to the sched_ext > selftest. Also, remove some variables that were unused by the > Makefile. > > Signed-off-by: Björn Töpel Thanks for the improvements! Acked-by: David Vernet signature.asc Description: PGP signature

Re: [PATCH] selftests: sched_ext: Add sched_ext as proper selftest target

2024-10-04 Thread David Vernet
On Fri, Oct 04, 2024 at 11:42:46AM +0200, Björn Töpel wrote: > From: Björn Töpel Thanks a lot Björn for working on this. > The sched_ext selftests is missing proper cross-compilation support, a > proper target entry, and out-of-tree build support. > > When building the kselftest suite, e.g.: >