aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPali Rohár <pali@kernel.org>2021-12-26 18:48:00 +0100
committerMartin Mareš <mj@ucw.cz>2021-12-26 22:51:59 +0100
commit5c3e8e71f108c123650217d081124ff049723721 (patch)
tree69dcce205a632dcc40e5261acfce612d16e5cd5e
parentd9a7eb8f55ca5b886682cedd19f69292752ebd6b (diff)
downloadpciutils-5c3e8e71f108c123650217d081124ff049723721.tar.gz
win32: Remove old config.h and config.mk files
These files are old and cannot be used for compiling pcitutils anymore (e.g. they use non-existent option TOOLPREFIX). As configure script now works fine also for Windows build, remove these old win32 config files.
-rw-r--r--win32/config.h6
-rw-r--r--win32/config.mk13
2 files changed, 0 insertions, 19 deletions
diff --git a/win32/config.h b/win32/config.h
deleted file mode 100644
index 455deac..0000000
--- a/win32/config.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#define PCI_ARCH_I386
-#define PCI_OS_WINDOWS
-#define PCI_HAVE_PM_INTEL_CONF
-#define PCI_IDS "pci.ids"
-#define PCI_PATH_IDS_DIR "."
-#define PCILIB_VERSION "@VERSION@"
diff --git a/win32/config.mk b/win32/config.mk
deleted file mode 100644
index 0ae65a7..0000000
--- a/win32/config.mk
+++ /dev/null
@@ -1,13 +0,0 @@
-# TOOLPREFIX is for cross compiling
-
-CC=$(TOOLPREFIX)gcc
-LD=$(TOOLPREFIX)ld
-AR=$(TOOLPREFIX)ar
-RANLIB=$(TOOLPREFIX)ranlib
-
-PCI_ARCH_I386=yes
-PCI_OS_WINDOWS=yes
-PCI_HAVE_PM_INTEL_CONF=yes
-
-PCILIB=$(LIBNAME).a
-PCILIBPC=$(LIBNAME).pc