sm8750: init kernel modules repo
This commit is contained in:
12
qcom/opensource/dataipa/kernel-tests/autogen.sh
Executable file
12
qcom/opensource/dataipa/kernel-tests/autogen.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
# autogen.sh -- Autotools bootstrapping
|
||||
#
|
||||
|
||||
AUTO_TOOLS_VER=$(automake --version | grep ^automake | sed 's/^.* //g' | cut -d'.' -f1-2)
|
||||
|
||||
aclocal-${AUTO_TOOLS_VER} &&\
|
||||
autoheader &&\
|
||||
autoconf &&\
|
||||
automake-${AUTO_TOOLS_VER} --add-missing --copy
|
||||
|
||||
Reference in New Issue
Block a user