diff options
Diffstat (limited to 'tutorials/sndkit/dsp/vplay_vxworks/Makefile')
-rw-r--r-- | tutorials/sndkit/dsp/vplay_vxworks/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tutorials/sndkit/dsp/vplay_vxworks/Makefile b/tutorials/sndkit/dsp/vplay_vxworks/Makefile new file mode 100644 index 0000000..80c0746 --- /dev/null +++ b/tutorials/sndkit/dsp/vplay_vxworks/Makefile @@ -0,0 +1,12 @@ + +# Makefile for OSS/VxWorks +# + +CPU = I80486 +TOOL = gnu + +include $(WIND_BASE)/target/h/make/defs.bsp +include $(WIND_BASE)/target/h/make/make.$(CPU)$(TOOL) +include $(WIND_BASE)/target/h/make/defs.$(WIND_HOST_TYPE) + +exe: vplay.o |