mbr, gptmbr, isohdpfx: don't lose the carry flag
[syslinux.git] / gpxe / Makefile
blob09e03d9dc71b1d9c53b4763ee3b44aab32038613
1 ## -----------------------------------------------------------------------
2 ##
3 ## Copyright 2008 H. Peter Anvin - All Rights Reserved
4 ##
5 ## This program is free software; you can redistribute it and/or modify
6 ## it under the terms of the GNU General Public License as published by
7 ## the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
8 ## Boston MA 02110-1301, USA; either version 2 of the License, or
9 ## (at your option) any later version; incorporated herein by reference.
11 ## -----------------------------------------------------------------------
14 # Makefile for gpxe/gpxelinux.0
16 # Very simple, really...
19 TARGETS = gpxelinux.0
21 all: $(TARGETS)
23 tidy:
25 clean: tidy
27 dist:
28 $(MAKE) -C src veryclean > /dev/null 2>&1
30 spotless: clean dist
31 rm -f $(TARGETS)
33 installer:
35 src/bin/undionly.kpxe: ../core/pxelinux.0
36 $(MAKE) -C src EMBEDDED_IMAGE=../$< bin/undionly.kpxe
38 gpxelinux.0: src/bin/undionly.kpxe
39 cp -f $< $@