Commit c28843f
committed
common.mk: Make sure $OBJDIR is not overridden for libbpf compile
If $OBJDIR is set in the environment, that will be pulled in by the libbpf
Makefile, which will result in objects ending up in the wrong directory
where the tutorial bits can't find them. Make sure this doesn't happen by
explicitly setting OBJDIR=. as a 'make' parameter when building libbpf.
Reported-by: Steve Dickson <steved@redhat.com>
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>1 parent 0a2894e commit c28843f
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | | - | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments