summaryrefslogtreecommitdiff
path: root/core/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fsc' into elflinkH. Peter Anvin2009-09-021-8/+13
|\
| * core: more filesystem-specific files into subdirectoriesH. Peter Anvin2009-08-121-3/+3
| * Merge branch 'core32' into fscH. Peter Anvin2009-08-091-10/+3
| |\
| * \ Merge branch 'core32' into fscH. Peter Anvin2009-08-071-8/+15
| |\ \
| * | | Core:PXELINUX: pxelinux derivative merged succeesfullyLiu Aleaxander2009-08-061-3/+3
| * | | Core:PXELINUX: try to merge pxelinuxLiu Aleaxander2009-08-061-3/+3
| * | | Merge branch 'isolinux'Liu Aleaxander2009-06-231-1/+2
| |\ \ \
| | * | | Core:ISOLINUX: make the isolinux do the workLiu Aleaxander2009-06-221-1/+0
| | * | | Core:ISOLINUX: convert the isolinux.asm to CLiu Aleaxander2009-06-211-1/+2
| * | | | Core:SYSLINUX: ldlinux.asm converted to CLiu Aleaxander2009-06-141-1/+2
| |/ / /
| * | | extract the geting fs information code in asm to a C function fs_initLiu Aleaxander2009-06-031-1/+0
| * | | Successed in converting the cache code to CLiu Aleaxander2009-06-031-1/+0
* | | | Merge branch 'dynamic' into elflinkH. Peter Anvin2009-08-091-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'core32' into dynamicH. Peter Anvin2009-08-091-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | core: remove hack for dynamic symbol table generationcore32H. Peter Anvin2009-08-091-10/+3
| | | |/ | | |/|
| * | | core: cleaner way to remove .rel.dyn; mark bss segments (NOLOAD)H. Peter Anvin2009-07-241-3/+2
| * | | core: add the -E option to the ld command lineH. Peter Anvin2009-07-151-1/+1
* | | | Process entry and exit pacthes appliedprofkhaos2009-08-061-2/+2
* | | | Fixed undefined symbols problem and added config file parser to coreprofkhaos2009-08-031-1/+1
* | | | Issue concerning entry.oprofkhaos2009-07-271-9/+8
* | | | Code revision on integrating parser into coreprofkhaos2009-07-251-4/+6
* | | | Elf Dynamic module loading code with corrected linker optionsprofkhaos2009-07-161-4/+3
* | | | Merge commit 'origin/dynamic' into elflinkprofkhaos2009-07-121-1/+1
|\ \ \ \ | |/ / /
| * | | core: remove dependency on symbols.SH. Peter Anvin2009-07-111-1/+1
* | | | Merge commit 'origin/dynamic' into elflinkprofkhaos2009-07-121-8/+2
|\ \ \ \ | |/ / /
| * | | core: generate a .dynamic section with all that jazzH. Peter Anvin2009-07-091-8/+2
| |/ /
* | | Merge commit 'origin/core32' into elflinkprofkhaos2009-07-111-3/+14
|\ \ \ | |/ /
| * | core: include exported symbol informationH. Peter Anvin2009-07-091-3/+12
* | | Code revisionprofkhaos2009-07-111-1/+1
|/ /
* | core: assume NASM 2.03 or later, so we can use -MD for depsH. Peter Anvin2009-06-241-3/+1
* | core: generate DWARF debugging info from NASMH. Peter Anvin2009-06-241-1/+1
|/
* core: remove *.raw files when cleaning upH. Peter Anvin2009-05-241-1/+1
* core: LZO compress the PM part of the coreH. Peter Anvin2009-05-201-11/+13
* Move the NASM debugging options to a separate variableH. Peter Anvin2009-05-171-1/+2
* core: move "-g -F stabs" to NASMOPTH. Peter Anvin2009-05-161-2/+5
* core: link with libcom32 and libgccH. Peter Anvin2009-05-141-2/+3
* First cut of doing 32-bit C code in the coreH. Peter Anvin2009-05-141-10/+20
* Fix NASM dependency generationH. Peter Anvin2009-04-271-1/+1
* Unify dependency generation: MCONFIG.embeddedH. Peter Anvin2009-04-271-1/+1
* Unify dependency generationH. Peter Anvin2009-04-271-17/+4
* core: unbreak "make depend", fix make spotlessH. Peter Anvin2009-04-061-1/+1
* Update copyright notices; add Intel notices where appropriateH. Peter Anvin2009-04-041-0/+1
* */Makefile: fixes for older versions of NASMH. Peter Anvin2009-03-161-2/+2
* */Makefile: use -include when including dependenciesH. Peter Anvin2009-03-161-2/+2
* core/Makefile: fix dependency generation with old versions of NASMH. Peter Anvin2008-12-011-1/+6
* core/Makefile: iso%.bin depends on checksumiso.plH. Peter Anvin2008-09-051-1/+1
* core/Makefile: The core is an embedded targetH. Peter Anvin2008-08-221-21/+1
* Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin2008-08-201-15/+14
* gen-id: only truncate tags starting with syslinux-<version>-H. Peter Anvin2008-07-151-1/+1
* Make version.mk optional, so cleaning commands worksyslinux-3.71-pre6H. Peter Anvin2008-07-071-1/+1