mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
Add pcxhrloader
Added pcxhrloader, the firmware loader for Digigram PCXHR driver.
This commit is contained in:
parent
a41170e153
commit
ba2978aa9f
5 changed files with 372 additions and 1 deletions
11
pcxhrloader/configure.in
Normal file
11
pcxhrloader/configure.in
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
AC_INIT(pcxhrloader.c)
|
||||
AM_INIT_AUTOMAKE(pcxhrloader, 1.0)
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_HEADER_STDC
|
||||
AM_PATH_ALSA(1.0.0)
|
||||
|
||||
CFLAGS="$CFLAGS $ALSA_CFLAGS"
|
||||
LDFLAGS="$LDFLAGS $ALSA_LIBS"
|
||||
|
||||
AC_OUTPUT(Makefile)
|
||||
Loading…
Add table
Add a link
Reference in a new issue