aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2014-04-07 10:44:40 -0700
committerAndrew Duggan <aduggan@synaptics.com>2014-04-07 10:44:40 -0700
commit5d47750894ddaf019a016505f790c439e2eae3ac (patch)
tree3264ee4bddb24c9f8106c90799d6c6d5bdfe55e6 /Makefile
parent65e5553ace01906e5c0ac3a810afd552a2820acd (diff)
downloadrmi4utils-5d47750894ddaf019a016505f790c439e2eae3ac.tar.gz
Move some functions from HIDDevice to RMIDevice to better support multiple transports update the Android builds.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bf471b4..2925fbb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+NDK_PROJECT_PATH=$(PWD)
+export NDK_PROJECT_PATH
+
all:
make -C rmidevice all
make -C rmi4update all