summaryrefslogtreecommitdiffstats
path: root/common.mk
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-02-18 23:51:35 +0100
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-02-18 23:51:35 +0100
commitc428e3496a3c5f8046a7f1778b5bdcb551993e7b (patch)
tree03d56325bc6926f4842bd776cbe45c9e56357fdd /common.mk
parentf08ec5dd017eecb20b69e664d9b80184969d08d9 (diff)
downloadpcitool-c428e3496a3c5f8046a7f1778b5bdcb551993e7b.tar.gz
pcitool-c428e3496a3c5f8046a7f1778b5bdcb551993e7b.tar.bz2
pcitool-c428e3496a3c5f8046a7f1778b5bdcb551993e7b.tar.xz
pcitool-c428e3496a3c5f8046a7f1778b5bdcb551993e7b.zip
Initial support for registers, infrastructure only
Diffstat (limited to 'common.mk')
-rw-r--r--common.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mk b/common.mk
index 1758acd..ee58558 100644
--- a/common.mk
+++ b/common.mk
@@ -12,8 +12,8 @@ LIBDIR ?= $(ROOTDIR)
OBJDIR ?= $(ROOTDIR)
DEPENDDIR ?= $(ROOTDIR)
-CXXFLAGS += $(addprefix -I ,$(INCDIR))
-CFLAGS += $(addprefix -I ,$(INCDIR))
+CXXFLAGS += $(addprefix -I ,$(INCDIR)) -fPIC
+CFLAGS += $(addprefix -I ,$(INCDIR)) -fPIC
# Source files in this directory
SRC = $(wildcard *.cpp)