Skip to content
Commit b7abbd5a authored by Michael Ellerman's avatar Michael Ellerman
Browse files

selftests/powerpc: Fix missing clean of pmu/lib.o



The tm-resched-dscr test links against pmu/lib.o, but we don't have a
rule to clean pmu/lib.o. This can lead to a build break if you build
for big endian and then little, or vice versa.

Fix it by making tm-resched-dscr depend on pmu/lib.c, causing the code
to be built directly in, meaning no .o is generated.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 64c3f648
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment