mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 23:00:53 +07:00
588b48caf6
At this point, USB/IP userspace code is fully functional and can be moved out of staging. Signed-off-by: Valentina Manea <valentina.manea.m@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10 lines
112 B
Bash
Executable File
10 lines
112 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
#aclocal
|
|
#autoheader
|
|
#libtoolize --copy --force
|
|
#automake-1.9 -acf
|
|
#autoconf
|
|
|
|
autoreconf -i -f -v
|