Skip to content

Commit

Permalink
bpf: fix linking of include/asm directory
Browse files Browse the repository at this point in the history
The bpf/Build file contained code to select the appropriate include
directory to link into the DTrace build directory hierarchy, but it
then happily overwrote that with a link to /usr/include/asm.

Signed-off-by: Kris Van Hees <kris.van.hees@oracle.com>
  • Loading branch information
kvanhees committed Nov 23, 2022
1 parent 2151f82 commit b8c0363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bpf/Build
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ $(objdir)/include/.dir.stamp:
break; \
fi; \
done
ln -sf /usr/include/asm $(objdir)/include
ln -sf /usr/include/asm-generic $(objdir)/include
ln -sf /usr/include/linux $(objdir)/include
@touch $(objdir)/include/.dir.stamp
Expand Down

0 comments on commit b8c0363

Please sign in to comment.