mirror of https://gitee.com/openkylin/linux.git
68bd42d97c
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 | ||
Makefile | ||
tm-exec.c | ||
tm-fork.c | ||
tm-resched-dscr.c | ||
tm-signal-context-chk-fpu.c | ||
tm-signal-context-chk-gpr.c | ||
tm-signal-context-chk-vmx.c | ||
tm-signal-context-chk-vsx.c | ||
tm-signal-msr-resv.c | ||
tm-signal-stack.c | ||
tm-signal.S | ||
tm-syscall-asm.S | ||
tm-syscall.c | ||
tm-tar.c | ||
tm-tmspr.c | ||
tm-vmxcopy.c | ||
tm.h |