summaryrefslogtreecommitdiffstats
path: root/rules.mak
Commit message (Expand)AuthorAgeFilesLines
* build: switch to KconfigPaolo Bonzini2019-03-071-1/+1
* build: Correct explanation of unnest-vars exampleMarkus Armbruster2019-03-061-1/+1
* test: replace gtester with a TAP driverPaolo Bonzini2019-01-111-1/+3
* tests/docker/Makefile.include: handle empty TARGET_LISTAlex Bennée2018-06-041-0/+3
* configure: Really use local libfdt if the system one is too oldPhilippe Mathieu-Daudé2018-05-111-1/+1
* make: switch from -I to -iquoteMichael S. Tsirkin2018-03-231-1/+1
* Revert "build-sys: silence make by default or V=0"Daniel P. Berrange2018-02-131-2/+0Star
* build-sys: silence make by default or V=0Marc-André Lureau2018-01-121-0/+2
* docs: create interop/ subdirectoryPaolo Bonzini2017-06-151-1/+1
* configure: split c and cxx extra flagsBruno Dominguez2017-06-071-3/+0Star
* qapi: Clean up build of generated documentationMarkus Armbruster2017-03-161-1/+1
* rules: don't try to create missing include dirsDaniel P. Berrange2017-02-071-1/+0Star
* make: move top level dir to end of include search pathDaniel P. Berrange2017-01-311-7/+23
* build-sys: add qapi doc generation targetsMarc-André Lureau2017-01-161-0/+2
* build-sys: use a generic TEXI2MAN ruleMarc-André Lureau2017-01-161-0/+10
* rules.mak: add more rules to avoid chainingPaolo Bonzini2016-12-221-0/+4
* rules.mak: speedup save-vars load-varsPaolo Bonzini2016-12-221-12/+10Star
* rules.mak: Also try -r to build modulesPaolo Bonzini2016-11-291-1/+1
* rules.mak: Use -r instead of -Wl, -r to fix building when PIE is defaultAdrian Bunk2016-11-281-1/+1
* build-sys: fix find-in-pathMarc-André Lureau2016-10-081-1/+1
* rules.mak: quiet-command: Split command name and args to printPeter Maydell2016-10-061-13/+19
* rules.mak: Don't extract libs from .mo-libs in link commandFam Zheng2016-09-131-1/+1
* s390x/cpumodel: generate CPU feature lists for CPU modelsMichael Mueller2016-09-061-0/+1
* optionrom: fix detection of -Wa,-32Paolo Bonzini2016-07-291-0/+2
* build: Use $(AS) for optionrom explicitlyRichard Henderson2016-07-101-1/+1
* build: Use $(CCAS) for compiling .S filesRichard Henderson2016-07-061-5/+2Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2016-06-081-1/+1
|\
| * Makefile: add dependency on scripts/create_configPaolo Bonzini2016-06-071-1/+1
* | Fix linking relocatable objects on SparcJames Clarke2016-06-071-1/+1
|/
* rules.mak: Add "COMMA" constantFam Zheng2016-06-011-0/+2
* rules: filter out irrelevant filesMichael S. Tsirkin2016-02-171-1/+1
* remove libtool supportMichael Tokarev2016-02-111-18/+0Star
* make: load only required dependency files.Victor Kaplansky2015-08-131-1/+1
* make: fix where dependency *.d are stored.Victor Kaplansky2015-08-131-1/+1
* rules.mak: Force CFLAGS for all objects in DSOFam Zheng2015-05-081-1/+3
* rules.mak: Fix module buildFam Zheng2015-01-141-11/+12
* rules.mak: Allow .mo-objs and .mo-cflags in -y variablesFam Zheng2014-10-311-0/+5
* Fix cross compilation (nm command)Stefan Weil2014-09-191-1/+1
* rules.mak: Fix DSO build by pulling in archive symbolsFam Zheng2014-09-091-3/+40
* build-sys: introduce install-prog macro to install&strip binaries and use itMichael Tokarev2014-06-241-0/+7
* rules.mak: remove $(sort) from extract-libsPaolo Bonzini2014-06-161-1/+1
* rules.mak: Rewrite unnest-varsFam Zheng2014-06-101-79/+158
* build: simplify and fix fix-obj-varsPaolo Bonzini2014-05-091-7/+7
* build: add support for per-object -cflags and -libs to all rulesPaolo Bonzini2014-05-081-5/+5
* build: Fix per-object variables for Makefile.targetPaolo Bonzini2014-05-081-0/+1
* rules.mak: Fix per object libs extractionFam Zheng2014-03-171-2/+2
* module: implement module loadingFam Zheng2014-02-201-0/+3
* rules.mak: introduce DSO rulesFam Zheng2014-02-201-9/+43
* rules.mak: allow per object cflags and libsFam Zheng2014-02-201-3/+16
* rules.mak: fix $(obj) to a real relative pathFam Zheng2014-02-201-5/+9