From 49ba52cb46919c8a46c318e77edd1845b9f51178 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Thu, 31 Aug 2006 17:52:53 -0300 Subject: Allow compilation of the audio drivers From: Mauro Carvalho Chehab Now, make will compile also the audio drivers at the tree. By default, they will not be installed. A new option were added to install those files: make sound-install Signed-off-by: Mauro Carvalho Chehab --- v4l/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'v4l/Makefile') diff --git a/v4l/Makefile b/v4l/Makefile index 3e9336a95..bed3a0e42 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -39,6 +39,7 @@ default:: config-compat.h Makefile.media links .version -include $(obj)/.myconfig -include $(obj)/Makefile.media +-include $(obj)/Makefile.sound -include $(obj)/Makefile.ivtv ################################################# @@ -52,6 +53,10 @@ ifeq ($(CONFIG_DVB_FIRESAT),m) EXTRA_CFLAGS += -I$(srctree)/drivers/ieee1394/ endif +ifeq ($(CONFIG_SOUND_ACI_MIXER),m) + EXTRA_CFLAGS += -I$(srctree)/sound/oss/ +endif + EXTRA_CFLAGS += -g EXTRA_CFLAGS += $(if $(wildcard $(srctree)/.mm), -DMM_KERNEL) -- cgit v1.2.3