]> mj.ucw.cz Git - pciutils.git/blobdiff - Makefile
CXL3.0: Add DVSEC CXLCtrl3 and missing CXLCtl2
[pciutils.git] / Makefile
index 608d3ee1b9f7f33f8ca7b569dbd57901c51d1900..0e878a6956d7181a51d0fd4906dbf5badaa71b58 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -45,11 +45,11 @@ PKGCFDIR=$(LIBDIR)/pkgconfig
 # Commands
 INSTALL=install
 DIRINSTALL=install -d
+STRIP=-s
 ifdef CROSS_COMPILE
-STRIP=--strip-program $(CROSS_COMPILE)-strip
+STRIP+=--strip-program $(CROSS_COMPILE)strip
 CC=$(CROSS_COMPILE)gcc
 else
-STRIP=-s
 CC=cc
 endif
 AR=$(CROSS_COMPILE)ar