diff Makefile @ 1865:4c322abd9fa5

Split generic part of audio code into a separate file so it can be used in other targets besides SDL
author Michael Pavone <pavone@retrodev.com>
date Fri, 17 May 2019 08:43:30 -0700
parents 3d0b20e9a187
children 508522f08e4d
line wrap: on
line diff
--- a/Makefile	Tue May 14 23:20:35 2019 -0700
+++ b/Makefile	Fri May 17 08:43:30 2019 -0700
@@ -197,7 +197,7 @@
 AUDIOOBJS=ym2612.o psg.o wave.o
 CONFIGOBJS=config.o tern.o util.o paths.o 
 NUKLEAROBJS=$(FONT) nuklear_ui/blastem_nuklear.o nuklear_ui/sfnt.o
-RENDEROBJS=ppm.o controller_info.o
+RENDEROBJS=ppm.o controller_info.o render_audio.o
 ifdef USE_FBDEV
 RENDEROBJS+= render_fbdev.o
 else