mirror of
https://github.com/tbsdtv/media_build.git
synced 2025-07-23 04:13:02 +02:00
tea575x is now part of drivers/media, update Makefile.sound.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
This commit is contained in:
@@ -3,10 +3,6 @@
|
||||
snd-bt87x-objs := bt87x.o
|
||||
obj-$(CONFIG_SND_BT87X) += snd-bt87x.o
|
||||
|
||||
# From sound/i2c/other/Makefile
|
||||
snd-tea575x-tuner-objs := tea575x-tuner.o
|
||||
obj-$(CONFIG_SND_FM801_TEA575X) += snd-tea575x-tuner.o
|
||||
|
||||
KDIRA := /lib/modules/$(KERNELRELEASE)/kernel
|
||||
|
||||
|
||||
@@ -17,10 +13,3 @@ sound-install install-sound::
|
||||
install -d $(KDIRA)/$$dir; \
|
||||
for i in $$files;do if [ -e $$i ]; then echo -n "$$i "; \
|
||||
install -m 644 -c $$i $(KDIRA)/$$dir; fi; done; echo;
|
||||
|
||||
@dir="sound/i2c/other"; \
|
||||
files='snd-tea575x-tuner.ko'; \
|
||||
echo -e "\nInstalling $(KDIRA)/$$dir files:"; \
|
||||
install -d $(KDIRA)/$$dir; \
|
||||
for i in $$files;do if [ -e $$i ]; then echo -n "$$i "; \
|
||||
install -m 644 -c $$i $(KDIRA)/$$dir; fi; done; echo;
|
||||
|
Reference in New Issue
Block a user