[qca-ssdk] Remove user space related code from qca-ssdk
qca-ssdk package is used to build out qca-ssdk.ko, so user
space related code should be removed from it. Package qca-ssdk-shell
is used to build ssdk_sh.
Rewrite every files' license from proprietary into ISC license.
Remove '\r' flag in each file.
Change-Id: I24424eab8dea3c8c3b97ec2216db9e8bb812a60d
Depends-on: 7540 7541
Signed-off-by: Zou Shunxiang <shunxian@codeaurora.org>
diff --git a/Makefile b/Makefile
index 1e669be..80a5f55 100755
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@
SUB_DIR=$(patsubst %/, %, $(dir $(wildcard src/*/Makefile)))
SUB_LIB=$(subst src/, , $(SUB_DIR))
-all: $(BIN_DIR) kslib uslib shell
+all: $(BIN_DIR) kslib
mkdir -p ./temp/;cd ./temp;cp ../build/bin/ssdk_ks_km.a ./;ar -x ssdk_ks_km.a; cp ../ko_Makefile ./Makefile;
make -C $(SYS_PATH) M=$(PRJ_PATH)/temp/ CROSS_COMPILE=$(TOOLPREFIX) modules
cp temp/*.ko build/bin;