We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587f05a commit 28beb73Copy full SHA for 28beb73
tools/build/feature/Makefile
@@ -213,7 +213,7 @@ $(OUTPUT)test-libtraceevent.bin:
213
$(BUILD) -ltraceevent
214
215
$(OUTPUT)test-libtracefs.bin:
216
- $(BUILD) $(shell $(PKG_CONFIG) --cflags libtraceevent 2>/dev/null) -ltracefs
+ $(BUILD) $(shell $(PKG_CONFIG) --cflags libtracefs 2>/dev/null) -ltracefs
217
218
$(OUTPUT)test-libcrypto.bin:
219
$(BUILD) -lcrypto
tools/build/feature/test-libtracefs.c
@@ -1,5 +1,5 @@
1
// SPDX-License-Identifier: GPL-2.0
2
-#include <tracefs/tracefs.h>
+#include <tracefs.h>
3
4
int main(void)
5
{
0 commit comments