From 3098e8bce51b4e5bd0ca64c6b964596a6921de53 Mon Sep 17 00:00:00 2001 From: Larry Snizek Date: Tue, 13 Mar 2018 17:01:33 +0000 Subject: [PATCH] Move host directory under lib directory so it gets released --- {host => lib_xua/host}/windows/testdfu.bat | 0 {host => lib_xua/host}/xmosdfu/Makefile.Linux32 | 0 {host => lib_xua/host}/xmosdfu/Makefile.Linux64 | 0 {host => lib_xua/host}/xmosdfu/Makefile.OSX32 | 0 {host => lib_xua/host}/xmosdfu/Makefile.OSX64 | 0 {host => lib_xua/host}/xmosdfu/Makefile.Pi | 0 .../host}/xmosdfu/libusb/Linux32/libusb.h | 0 .../host}/xmosdfu/libusb/Linux64/libusb.h | 0 .../host}/xmosdfu/libusb/OSX32/libusb-1.0.0.dylib | Bin .../host}/xmosdfu/libusb/OSX32/libusb.h | 0 .../host}/xmosdfu/libusb/OSX64/libusb-1.0.0.dylib | Bin .../host}/xmosdfu/libusb/OSX64/libusb.h | 0 {host => lib_xua/host}/xmosdfu/libusb/Rasp/libusb.h | 0 {host => lib_xua/host}/xmosdfu/testdfu.sh | 0 {host => lib_xua/host}/xmosdfu/xmosdfu.cpp | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {host => lib_xua/host}/windows/testdfu.bat (100%) rename {host => lib_xua/host}/xmosdfu/Makefile.Linux32 (100%) rename {host => lib_xua/host}/xmosdfu/Makefile.Linux64 (100%) rename {host => lib_xua/host}/xmosdfu/Makefile.OSX32 (100%) rename {host => lib_xua/host}/xmosdfu/Makefile.OSX64 (100%) rename {host => lib_xua/host}/xmosdfu/Makefile.Pi (100%) rename {host => lib_xua/host}/xmosdfu/libusb/Linux32/libusb.h (100%) rename {host => lib_xua/host}/xmosdfu/libusb/Linux64/libusb.h (100%) rename {host => lib_xua/host}/xmosdfu/libusb/OSX32/libusb-1.0.0.dylib (100%) rename {host => lib_xua/host}/xmosdfu/libusb/OSX32/libusb.h (100%) rename {host => lib_xua/host}/xmosdfu/libusb/OSX64/libusb-1.0.0.dylib (100%) rename {host => lib_xua/host}/xmosdfu/libusb/OSX64/libusb.h (100%) rename {host => lib_xua/host}/xmosdfu/libusb/Rasp/libusb.h (100%) rename {host => lib_xua/host}/xmosdfu/testdfu.sh (100%) rename {host => lib_xua/host}/xmosdfu/xmosdfu.cpp (100%) diff --git a/host/windows/testdfu.bat b/lib_xua/host/windows/testdfu.bat similarity index 100% rename from host/windows/testdfu.bat rename to lib_xua/host/windows/testdfu.bat diff --git a/host/xmosdfu/Makefile.Linux32 b/lib_xua/host/xmosdfu/Makefile.Linux32 similarity index 100% rename from host/xmosdfu/Makefile.Linux32 rename to lib_xua/host/xmosdfu/Makefile.Linux32 diff --git a/host/xmosdfu/Makefile.Linux64 b/lib_xua/host/xmosdfu/Makefile.Linux64 similarity index 100% rename from host/xmosdfu/Makefile.Linux64 rename to lib_xua/host/xmosdfu/Makefile.Linux64 diff --git a/host/xmosdfu/Makefile.OSX32 b/lib_xua/host/xmosdfu/Makefile.OSX32 similarity index 100% rename from host/xmosdfu/Makefile.OSX32 rename to lib_xua/host/xmosdfu/Makefile.OSX32 diff --git a/host/xmosdfu/Makefile.OSX64 b/lib_xua/host/xmosdfu/Makefile.OSX64 similarity index 100% rename from host/xmosdfu/Makefile.OSX64 rename to lib_xua/host/xmosdfu/Makefile.OSX64 diff --git a/host/xmosdfu/Makefile.Pi b/lib_xua/host/xmosdfu/Makefile.Pi similarity index 100% rename from host/xmosdfu/Makefile.Pi rename to lib_xua/host/xmosdfu/Makefile.Pi diff --git a/host/xmosdfu/libusb/Linux32/libusb.h b/lib_xua/host/xmosdfu/libusb/Linux32/libusb.h similarity index 100% rename from host/xmosdfu/libusb/Linux32/libusb.h rename to lib_xua/host/xmosdfu/libusb/Linux32/libusb.h diff --git a/host/xmosdfu/libusb/Linux64/libusb.h b/lib_xua/host/xmosdfu/libusb/Linux64/libusb.h similarity index 100% rename from host/xmosdfu/libusb/Linux64/libusb.h rename to lib_xua/host/xmosdfu/libusb/Linux64/libusb.h diff --git a/host/xmosdfu/libusb/OSX32/libusb-1.0.0.dylib b/lib_xua/host/xmosdfu/libusb/OSX32/libusb-1.0.0.dylib similarity index 100% rename from host/xmosdfu/libusb/OSX32/libusb-1.0.0.dylib rename to lib_xua/host/xmosdfu/libusb/OSX32/libusb-1.0.0.dylib diff --git a/host/xmosdfu/libusb/OSX32/libusb.h b/lib_xua/host/xmosdfu/libusb/OSX32/libusb.h similarity index 100% rename from host/xmosdfu/libusb/OSX32/libusb.h rename to lib_xua/host/xmosdfu/libusb/OSX32/libusb.h diff --git a/host/xmosdfu/libusb/OSX64/libusb-1.0.0.dylib b/lib_xua/host/xmosdfu/libusb/OSX64/libusb-1.0.0.dylib similarity index 100% rename from host/xmosdfu/libusb/OSX64/libusb-1.0.0.dylib rename to lib_xua/host/xmosdfu/libusb/OSX64/libusb-1.0.0.dylib diff --git a/host/xmosdfu/libusb/OSX64/libusb.h b/lib_xua/host/xmosdfu/libusb/OSX64/libusb.h similarity index 100% rename from host/xmosdfu/libusb/OSX64/libusb.h rename to lib_xua/host/xmosdfu/libusb/OSX64/libusb.h diff --git a/host/xmosdfu/libusb/Rasp/libusb.h b/lib_xua/host/xmosdfu/libusb/Rasp/libusb.h similarity index 100% rename from host/xmosdfu/libusb/Rasp/libusb.h rename to lib_xua/host/xmosdfu/libusb/Rasp/libusb.h diff --git a/host/xmosdfu/testdfu.sh b/lib_xua/host/xmosdfu/testdfu.sh similarity index 100% rename from host/xmosdfu/testdfu.sh rename to lib_xua/host/xmosdfu/testdfu.sh diff --git a/host/xmosdfu/xmosdfu.cpp b/lib_xua/host/xmosdfu/xmosdfu.cpp similarity index 100% rename from host/xmosdfu/xmosdfu.cpp rename to lib_xua/host/xmosdfu/xmosdfu.cpp