commit | 99c21f6d004d07667d7345e56e44a5b805e1dfa9 | [log] [tgz] |
---|---|---|
author | Stafford Horne <shorne@gmail.com> | Thu Jan 12 00:11:16 2017 +0900 |
committer | Shuah Khan <shuahkh@osg.samsung.com> | Thu Jan 19 10:30:21 2017 -0700 |
tree | c5693fb1322c160c4ef0d8383422a294fbb81718 | |
parent | 083f345151938706d33969b37b92e7e13ab02b3e [diff] |
selftests/futex: Add headers to makefile dependencies The futex makefile did not contain dependencies for all headers, so if we make changes to logging.h rebuild will not happen. Add headers to fix it up. Signed-off-by: Stafford Horne <shorne@gmail.com> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>