aboutsummaryrefslogtreecommitdiff
path: root/rmihidtool
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2014-07-31 12:29:36 -0700
committerAndrew Duggan <aduggan@synaptics.com>2014-07-31 12:29:36 -0700
commitfc7d81c629d0b8b277b4b0311dcd50d02fc324fb (patch)
tree419c2712c28bf0556068b0a5ea8a0f08f4f25a5e /rmihidtool
parent64f3a0c0192fb883513d949114cb2f8147a0af83 (diff)
downloadrmi4utils-fc7d81c629d0b8b277b4b0311dcd50d02fc324fb.tar.gz
allow inheriting compiler and tools if they are defined in the environment
Diffstat (limited to 'rmihidtool')
-rw-r--r--rmihidtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rmihidtool/Makefile b/rmihidtool/Makefile
index ca7834e..3553c99 100644
--- a/rmihidtool/Makefile
+++ b/rmihidtool/Makefile
@@ -1,4 +1,4 @@
-CXX = g++
+CXX ?= g++
CPPFLAGS += -I../include -I./include -I../rmidevice
CXXFLAGS += -Wall
LDFLAGS += -L.