8d1cea6e14
Recently, someone fixed a syntax error in the HTDMSOUND driver introduced 4 years ago. Unfortunately not by trying to compile this driver for his hardware but by code inspection - which seems to be a strong indication that there are no users left for this OSS sound driver. This patch therefore removes it. Signed-off-by: Adrian Bunk <bunk@stusta.de> Acked-by: Dan Malek <dan@embeddedalley.com> Acked-by: Marcelo Tosatti <marcelo@kvack.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
10 lines
204 B
Makefile
10 lines
204 B
Makefile
#
|
|
# Makefile for the linux MPC8xx ppc-specific parts of comm processor
|
|
#
|
|
|
|
obj-y := commproc.o
|
|
|
|
obj-$(CONFIG_FEC_ENET) += fec.o
|
|
obj-$(CONFIG_SCC_ENET) += enet.o
|
|
obj-$(CONFIG_UCODE_PATCH) += micropatch.o
|