summaryrefslogtreecommitdiff
path: root/pjmedia/build/os-rtems.mak
blob: bbcfad4e23e0d77c944c78ab771276d0f4e1b6a8 (plain)
1
2
3
4
5
6
7
8
#
# PJMEDIA OS specific configuration for RTEMS OS target.
#

export CFLAGS += -DPJMEDIA_SOUND_IMPLEMENTATION=PJMEDIA_SOUND_NULL_SOUND
export PJMEDIA_OBJS += nullsound.o
export SOUND_OBJS = $(NULLSOUND_OBJS)