Commit 81e53c0d authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

Merge branch 'pci/tools'

- Remove .*.cmd files with make clean (zhang jiao)

- Remove the unused BILLION macro (zhang jiao)

* pci/tools:
  tools: PCI: Remove unused BILLION macro
  tools: PCI: Remove .*.cmd files with make clean
parents 5dc07a20 d0aac667
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ $(OUTPUT)pcitest: $(PCITEST_IN)
clean:
	rm -f $(ALL_PROGRAMS)
	rm -rf $(OUTPUT)include/
	find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete
	find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete

install: $(ALL_PROGRAMS)
	install -d -m 755 $(DESTDIR)$(bindir);		\
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@

#include <linux/pcitest.h>

#define BILLION 1E9

static char *result[] = { "NOT OKAY", "OKAY" };
static char *irq[] = { "LEGACY", "MSI", "MSI-X" };