summaryrefslogtreecommitdiff
path: root/core/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mfleming/for-hpa/makefile-cleanup'H. Peter Anvin2011-04-261-1/+2
|\
| * Makefile: Move Makefile fragments into mk/Matt Fleming2011-04-071-1/+2
* | core: Move sector 1 to address 0x8000 so it is alignedH. Peter Anvin2011-04-051-1/+1
|/
* core/Makefile: another attempt at dealing with GNU make 3.82syslinux-4.04-pre13H. Peter Anvin2011-03-161-2/+3
* core: Add workaround in the Makefile for GNU Make 3.82 bugH. Peter Anvin2010-12-161-1/+3
* Merge syslinux/extlinux patch code and core codeH. Peter Anvin2010-06-201-7/+0
* core: add missing dependenciesH. Peter Anvin2010-02-281-1/+1
* core: drop accidental checkin of -DDEBUG=1syslinux-4.00-pre30H. Peter Anvin2010-02-271-1/+1
* fat: use generic_getfssec(), fix generic_getfssec(), add dprintfH. Peter Anvin2010-02-261-1/+1
* core: fix double free of pathbuf, constify iget filename, fix iso9660H. Peter Anvin2010-02-241-1/+3
* core: use better malloc; add low memory malloc; fix com32 exitH. Peter Anvin2010-02-231-3/+4
* core: remove stray -DDEBUGH. Peter Anvin2010-02-161-2/+0
* ext2: drop any 64K limitH. Peter Anvin2010-02-161-0/+2
* FAT: cache file position, re-enable codepagesH. Peter Anvin2010-02-041-3/+2
* core: more filesystem-specific files into subdirectoriesH. Peter Anvin2009-08-121-3/+3
* Merge branch 'core32' into fscH. Peter Anvin2009-08-091-10/+3
|\
| * core: remove hack for dynamic symbol table generationcore32H. Peter Anvin2009-08-091-10/+3
* | Merge branch 'core32' into fscH. Peter Anvin2009-08-071-8/+15
|\ \ | |/
| * core: include exported symbol informationH. Peter Anvin2009-07-091-3/+12
| * 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: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
|/
* 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
* Share the gen-id stuff between core and memdiskH. Peter Anvin2008-07-071-2/+2
* Centralize more of the version number machineryH. Peter Anvin2008-07-071-2/+3