summaryrefslogtreecommitdiffstats
path: root/apps/plugins/plugins.make
AgeCommit message (Expand)AuthorFilesLines
2019-07-28Use full_path_subst on more places, to avoid replacing the wrong occurrences inVencislav Atanasov1-2/+2
2015-02-02iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer1-2/+0
2014-09-18Introducing Targets iBasso DX50 & iBasso DX90Simon Rothen1-1/+3
2013-04-26Make fixepoint.c as a shared library (libfixedpoint.a).Michael Sevakis1-1/+1
2013-01-24Deprecate the EXTRA_LIBS variable.Björn Stenberg1-1/+1
2012-04-25Add codecs to librbcodec.Sean Bartell1-1/+1
2012-04-04Refactor and unify objcopy calls in the build system. Also now properly handl...Thomas Martitz1-7/+1
2012-03-28tlsf: move to /lib (it's also used by plugins).Thomas Martitz1-1/+1
2012-03-26(Hopefully) fix overlay plugins.Thomas Martitz1-1/+1
2012-03-26build system: unify/simplify library handling a bit.Thomas Martitz1-3/+5
2012-02-18libarm_support references code in libplugin, so put libarm_support first of t...Magnus Holmgren1-2/+2
2012-01-21Hosted: Output map files after linking.Thomas Martitz1-1/+1
2012-01-21Move supprt-arm.S to separate library.Thomas Martitz1-2/+2
2012-01-03Adjust a few makefiles to generate smaller (upto 80%) binaries on RaaA throughThomas Martitz1-3/+5
2011-09-07Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when ...Andree Buschmann1-1/+8
2011-06-07FS#12144, Use -fPIC -fvisibility=hidden only for plugins on sim and app build...Nils Wallménius1-1/+2
2011-02-24RaaA: Enable plugins for application buildsThomas Jarosch1-0/+15
2010-10-17add plugin_crt0.c to OTHER_SRC so that dependencies will be genereted.Teruaki Kawashima1-0/+1
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-4/+4
2010-08-24Move setjmp to lib and add setjmp for sh (imported from newlib) and compile i...Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-2/+2
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-2/+2
2010-07-10Rename/change SIMVER to APP_TYPE in the Makefiles.Thomas Martitz1-3/+3
2010-07-03Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old...Frank Gevaerts1-0/+1
2010-01-24*.link: depends on config file where plugin buffer size is setRafaël Carré1-1/+2
2010-01-17change dependencies in make files:Teruaki Kawashima1-1/+1
2009-10-28Add Lua support to plugins MakefileMaurus Cuelenaere1-0/+5
2009-03-05Remove no longer used stuff.Jens Arnold1-4/+0
2009-03-04Use a static pattern rule to restrict the dependency on [pluginname].o to sin...Jens Arnold1-4/+10
2009-03-03Bring back -fdata-sections that got lost in the make system overhaul (r19146).Jens Arnold1-2/+2
2009-03-02Fix some slight inconsistencies.Jens Arnold1-2/+2
2009-03-02Calculate the optimal memory location for overlay plugins, and use plugin.lds...Jens Arnold1-12/+25
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold1-1/+1
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-1/+1
2009-02-09make sure plugin.lds is not processed when building sims since it isn't used ...Daniel Stenberg1-0/+2
2009-01-24Include divide-by-zero handling within plugins and codecs for ARM processors.Michael Sevakis1-1/+5
2009-01-12Added missing dependencies for codeclib and pluginlib. This required renaming...Björn Stenberg1-1/+1
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg1-0/+1
2008-11-20Make sure plugin directory exists before creating link file.Björn Stenberg1-0/+1
2008-11-20Bug fix again. Moved cp outside of $(shell) to force make to run it sequentia...Björn Stenberg1-1/+1
2008-11-20Bug fix for simulator: Plugins and codecs were objcopied isntead of left as ELF.Björn Stenberg1-0/+4
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-0/+76