mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
added hdsploader by Thomas Charbonnel <thomas@undata.org>
This commit is contained in:
parent
eccc0e3a5a
commit
99e492b96a
16 changed files with 16977 additions and 1 deletions
11
hdsploader/configure.in
Normal file
11
hdsploader/configure.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
AC_INIT(hdsploader.c)
|
||||
AM_INIT_AUTOMAKE(hdsploader, 1.0)
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_HEADER_STDC
|
||||
AM_PATH_ALSA(0.9.0)
|
||||
|
||||
CFLAGS="$CFLAGS $ALSA_CFLAGS"
|
||||
LDFLAGS="$LDFLAGS $ALSA_LIBS"
|
||||
|
||||
AC_OUTPUT(Makefile firmware/Makefile)
|
||||
Loading…
Add table
Add a link
Reference in a new issue