pxe, tftp: Unify UDP send and use pbuf memory
[syslinux.git] / mk / rosh.mk
blob7fdba0f12b76d7bb29f4b7c6ca822076f43dc342
1 ## -*- makefile -*- -------------------------------------------------------
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 ## COM32 GRC configurables
17 ## Include the COM32 common configurables
18 include $(MAKEDIR)/com32.mk
20 # CFLAGS = $(GCCOPT) $(GCCWARN) -march=i386 \
21 # -fomit-frame-pointer -D__COM32__ \
22 # -nostdinc -iwithprefix include \
23 # -I$(com32)/libutil/include -I$(com32)/include
24 # -g3 -dD
26 # LNXCFLAGS = -I$(com32)/libutil/include $(GCCWARN) -O -g3 -D_GNU_SOURCE -dD
27 # -U__GNUC__