aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/vDSO/Makefile
Commit message (Collapse)AuthorAge
* Documentation: fix vdso_standalone_test_x86 on 32-bitPeter Foley2014-10-21
| | | | | | | | vdso_standalone_test_x86 needs -lgcc_s to build succesfully on 32bit. Signed-off-by: Peter Foley <pefoley2@pefoley.com> [ Fixed missing separator issue reported by Paul Bolle <pebolle@tiscali.nl> ] Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* Documentation: disable vdso_test to avoid breakage with old glibcPeter Foley2014-09-26
| | | | | | | | | | | glibc versions older than 2.16 don't include sys/auxv.h which this executable uses. Since we don't have a good way to test for specific glibc versions in kbuild, just disable it for now. Signed-off-by: Peter Foley <pefoley2@pefoley.com> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: update vDSO makefile to build portable examplesPeter Foley2014-09-26
| | | | | | Signed-off-by: Peter Foley <pefoley2@pefoley.com> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
* Documentation: add makefiles for more targetsPeter Foley2014-09-26
Add a bunch of previously unbuilt source files to the Documentation build machinery. Signed-off-by: Peter Foley <pefoley2@pefoley.com> Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>