1 # Makefile for the ES1371 sounddriver (SB16)
9 gen_drv_dir
= ..
/..
/gen_drivers
/cyclic_dma
11 # programs, flags, etc.
20 es1370
: es1370.o ak4531.o audio_fw.o liveupdate.o pci_helper.o
21 $(CC
) -o
$@
$(LDFLAGS
) es1370.o ak4531.o audio_fw.o liveupdate.o pci_helper.o
$(LIBS
)
23 audio_fw.o liveupdate.o
: ..
/framework
/audio_fw.c ..
/framework
/liveupdate.c ..
/framework
/audio_fw.h
24 $(CC
) -c ..
/framework
/audio_fw.c ..
/framework
/liveupdate.c
26 install: /usr
/sbin
/es1370
27 /usr
/sbin
/es1370
: es1370
28 install -o root
-S
1024k
-c
$?
$@
30 # clean up local files
32 rm -f
*.o
*.bak core es1370
35 mkdep
"$(CC) -E $(CPPFLAGS)" *.c
> .depend
37 # Include generated dependencies.