Message ID | 20161212145230.11412-4-mike.holmes@linaro.org |
---|---|
State | New |
Headers | show |
diff --git a/helper/Makefile.am b/helper/Makefile.am index 942dd60..4e59850 100644 --- a/helper/Makefile.am +++ b/helper/Makefile.am @@ -35,7 +35,7 @@ __LIB__libodphelper_linux_la_SOURCES = \ eth.c \ ip.c \ chksum.c \ - thread.c \ + os/linux/thread.c \ hashtable.c \ lineartable.c diff --git a/helper/thread.c b/helper/os/linux/thread.c similarity index 100% rename from helper/thread.c rename to helper/os/linux/thread.c
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- helper/Makefile.am | 2 +- helper/{ => os/linux}/thread.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename helper/{ => os/linux}/thread.c (100%) -- 2.9.3