mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-28 10:32:06 +00:00
9 lines
124 B
Makefile
9 lines
124 B
Makefile
|
|
#
|
||
|
|
# Makefile for ALSA
|
||
|
|
#
|
||
|
|
|
||
|
|
snd-au1x00-objs := au1x00.o
|
||
|
|
|
||
|
|
# Toplevel Module Dependency
|
||
|
|
obj-$(CONFIG_SND_AU1X00) += snd-au1x00.o
|