diff options
Diffstat (limited to 'v4l/Makefile')
| -rw-r--r-- | v4l/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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) |
