mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-23 01:40:13 -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
18
pcxhrloader/Makefile.am
Normal file
18
pcxhrloader/Makefile.am
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# # Process this file with automake to produce Makefile.in.
|
||||
AUTOMAKE_OPTIONS = 1.3 foreign
|
||||
|
||||
MYNAME = pcxhrloader
|
||||
|
||||
AM_CFLAGS = -DDATAPATH=\"$(datadir)/alsa/firmware/$(MYNAME)\"
|
||||
|
||||
bin_PROGRAMS = pcxhrloader
|
||||
|
||||
pcxhrloader_SOURCES = pcxhrloader.c
|
||||
|
||||
EXTRA_DIST = depcomp
|
||||
|
||||
alsa-dist: distdir
|
||||
@rm -rf ../distdir/$(MYNAME)
|
||||
@mkdir -p ../distdir/$(MYNAME)
|
||||
@cp -RLpv $(distdir)/* ../distdir/$(MYNAME)
|
||||
@rm -rf $(distdir)
|
||||
Loading…
Add table
Add a link
Reference in a new issue