Makefile for audio drivers.
This commit is contained in:
parent
8e727c97ce
commit
b250847120
9
drivers/audio/Makefile
Normal file
9
drivers/audio/Makefile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Makefile for all audio drivers.
|
||||||
|
MAKE = exec make -$(MAKEFLAGS)
|
||||||
|
|
||||||
|
build: all
|
||||||
|
|
||||||
|
all install depend clean:
|
||||||
|
cd ./es1370 && $(MAKE) $@
|
||||||
|
cd ./es1371 && $(MAKE) $@
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user