diff options
| author | Marty Connor | 2007-07-06 14:04:55 +0200 |
|---|---|---|
| committer | Marty Connor | 2007-07-06 14:04:55 +0200 |
| commit | 74a1c77820629a7843b0ea3f7d29fc43824765a2 (patch) | |
| tree | fbedb00b6b9c71404f701ba431b954ec29348678 /src/Makefile | |
| parent | Rename .lilo extension to .lkrn and updated dependencies (diff) | |
| parent | Add .pdsk target (padded .dsk, suitable for qemu). (diff) | |
| download | ipxe-74a1c77820629a7843b0ea3f7d29fc43824765a2.tar.gz ipxe-74a1c77820629a7843b0ea3f7d29fc43824765a2.tar.xz ipxe-74a1c77820629a7843b0ea3f7d29fc43824765a2.zip | |
Merge branch 'master' of /pub/scm/gpxe
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 2dd2a8d72..fe7304242 100644 --- a/src/Makefile +++ b/src/Makefile @@ -162,7 +162,7 @@ NON_AUTO_SRCS += drivers/net/prism2.c # "-p 0x1234,0x5678" string to set the PCI IDs. # FINALISE_rom = $(MAKEROM) $(MAKEROM_FLAGS) $(TGT_MAKEROM_FLAGS) \ - -i$(IDENT) $@ + -i$(IDENT) -s 0 $@ # Some ROMs require specific flags to be passed to makerom.pl # |
