opengnsys_ipxe/src
Joshua Oreman 3fa2779208 [build] Fix DEBUG builds for filenames with hyphens
Debug builds for filenames with hyphens such as:

     $ make bin/via-rhine.dsk DEBUG=via-rhine

fail with:

     [BUILD] bin/via-rhine.dbg1.o
     <command-line>: error: missing whitespace after the macro name
     make: *** [bin/via-rhine.dbg1.o] Error 1

This is because "-" is not a legal character in C identifiers, and
gcc rejects "-Ddebug_via-rhine=1" as an argument.

Signed-off-by: Daniel Verkamp <daniel@drv.nu>
Signed-off-by: Joshua Oreman <oremanj@rwcr.net>
Signed-off-by: Marty Connor <mdc@etherboot.org>
2009-10-15 14:07:20 -04:00
..
arch [netdevice] Allow the hardware and link-layer addresses to differ in size 2009-08-12 00:23:38 +01:00
bin
config [infiniband] Add support for SRP over Infiniband 2009-08-10 22:27:33 +01:00
core [job] Report progress of downloader jobs via job_progress() 2009-08-31 19:33:55 +01:00
crypto [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
doc
drivers [3c90x] Fix a3c90x_close() and a3c90x_remove() methods. 2009-10-15 13:06:01 -04:00
hci
image [script] Allow for DOS-style line endings in scripts 2009-06-03 10:13:29 +01:00
include [pci] Add generic configuration space backup/restore facility 2009-10-14 02:06:23 +01:00
interface [netdevice] Allow the hardware and link-layer addresses to differ in size 2009-08-12 00:23:38 +01:00
libgcc
net [802.11] Support multicast hashing 2009-08-12 00:54:29 +01:00
proto
tests [i386] Add explicit flags and type on all .section declarations 2009-02-15 10:59:53 +00:00
usr [dhcp] Fall back to using the hardware address to populate the chaddr field 2009-08-12 00:27:08 +01:00
util [zbin] Change fixup semantics to support ROMs over 128k uncompressed 2009-08-11 12:59:26 +01:00
.gitignore
Makefile [release] Update version to 0.9.8+ post release 2009-10-14 14:24:49 -04:00
Makefile.housekeeping [build] Fix DEBUG builds for filenames with hyphens 2009-10-15 14:07:20 -04:00
doxygen.cfg [doc] Expand scope of doxygen-generated documentation 2009-08-11 15:14:36 +01:00