]> mj.ucw.cz Git - pciutils.git/commitdiff
win32: Remove old config.h and config.mk files
authorPali Rohár <pali@kernel.org>
Sun, 26 Dec 2021 17:48:00 +0000 (18:48 +0100)
committerMartin Mareš <mj@ucw.cz>
Sun, 26 Dec 2021 21:51:59 +0000 (22:51 +0100)
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.

win32/config.h [deleted file]
win32/config.mk [deleted file]

diff --git a/win32/config.h b/win32/config.h
deleted file mode 100644 (file)
index 455deac..0000000
+++ /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 (file)
index 0ae65a7..0000000
+++ /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