aboutsummaryrefslogtreecommitdiffstats
path: root/channels/Makefile
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-07 22:13:04 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-06-07 22:13:04 +0000
commit24cb874b7a79658df674e04b210fbe5cba01a60f (patch)
treef078f76e10f6f207df389e2ba5fe72839302ed6a /channels/Makefile
parent206e7279dbbfbd760da7c0233829bde1c62d4878 (diff)
Fix some chan_oss build system problems (these changes were already in trunk).
This is what caused a bunch of tests to fail on 1.6.2. They expected a console channel driver, but chan_oss was failing to load. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@268815 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/Makefile')
-rw-r--r--channels/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/Makefile b/channels/Makefile
index e4ee2ec3b..055bf7d79 100644
--- a/channels/Makefile
+++ b/channels/Makefile
@@ -93,6 +93,7 @@ misdn/isdn_lib.o: _ASTCFLAGS+=-Wno-strict-aliasing
$(if $(filter chan_misdn,$(EMBEDDED_MODS)),modules.link,chan_misdn.so): misdn_config.o misdn/isdn_lib.o misdn/isdn_msg_parser.o
$(if $(filter chan_oss,$(EMBEDDED_MODS)),modules.link,chan_oss.so): console_video.o vgrabbers.o console_board.o
+console_video.o vgrabbers.o console_board.o: _ASTCFLAGS+=$(call MOD_ASTCFLAGS,chan_oss)
chan_usbradio.o: ./xpmr/xpmr.c ./xpmr/xpmr.h ./xpmr/xpmr_coef.h