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.
2 parents 5dc07a2 + d0aac66 commit 81e53c0Copy full SHA for 81e53c0
tools/pci/Makefile
@@ -42,7 +42,7 @@ $(OUTPUT)pcitest: $(PCITEST_IN)
42
clean:
43
rm -f $(ALL_PROGRAMS)
44
rm -rf $(OUTPUT)include/
45
- find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
+ find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete
46
47
install: $(ALL_PROGRAMS)
48
install -d -m 755 $(DESTDIR)$(bindir); \
tools/pci/pcitest.c
@@ -16,8 +16,6 @@
16
17
#include <linux/pcitest.h>
18
19
-#define BILLION 1E9
20
-
21
static char *result[] = { "NOT OKAY", "OKAY" };
22
static char *irq[] = { "LEGACY", "MSI", "MSI-X" };
23
0 commit comments