# Default compile flags.
CFLAGS= -Os 

# Kernel path
RAVENSCAR_SRC=../../ravenscar
# change the above if you move these sources

# Main subprograms:
# For the demo for playing a wav file, uncomment these two definitions and
# ensure the one below (for PRG) is commented out:
PRG=demo_play_wav
WAV_OBJS= hello.owav
# For the demo for playing arbitrary tones, ensure the two definitions 
# above are commented out, and then uncomment the following definition:
#PRG=demo_play_tone


include $(RAVENSCAR_SRC)/Makefile.inc
