summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2014-11-01 16:55:17 +0100
committerMartin Mares <mj@ucw.cz>2014-11-01 16:55:17 +0100
commita54d4bd199cddd82647b912b1038c25ded5e3510 (patch)
tree2406c42608f1a7363de6a2220206b3ef20885aa6
parent43217e40bbcc325c9189428e4774509b21d30fb0 (diff)
downloadpciutils-a54d4bd199cddd82647b912b1038c25ded5e3510.tar.gz
Darwin: Renamed to darwin.c
-rw-r--r--lib/Makefile2
-rw-r--r--lib/darwin.c (renamed from lib/darwin-device.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 1fedbe6..6f6efec 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -43,7 +43,7 @@ OBJS += nbsd-libpci
endif
ifdef PCI_HAVE_PM_DARWIN_DEVICE
-OBJS += darwin-device
+OBJS += darwin
endif
all: $(PCILIB) $(PCILIBPC)
diff --git a/lib/darwin-device.c b/lib/darwin.c
index e34c423..e34c423 100644
--- a/lib/darwin-device.c
+++ b/lib/darwin.c