mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-19 04:20:48 +00:00
In benchmarks we need to use $(TEST_GEN_PROGS) after we include lib.mk,
because lib.mk does the substitution to add $(OUTPUT).
In math the vmx and fpu names were typoed so they no longer matched
correctly, put back the 'v' and 'f'.
In tm we need to substitute $(OUTPUT) into SIGNAL_CONTEXT_CHK_TESTS so
that the rule matches.
In pmu there is an extraneous ':' on the end of $$BUILD_TARGET for the
clean and install rules, which breaks the logic in the child Makefiles.
Fixes:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| fpu_asm.S | ||
| fpu_preempt.c | ||
| fpu_signal.c | ||
| fpu_syscall.c | ||
| Makefile | ||
| vmx_asm.S | ||
| vmx_preempt.c | ||
| vmx_signal.c | ||
| vmx_syscall.c | ||
| vsx_asm.S | ||
| vsx_preempt.c | ||