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. 10## 11## ----------------------------------------------------------------------- 12 13## 14## COM32 GRC configurables 15## 16 17## Include the COM32 common configurables 18include $(MAKEDIR)/elf.mk 19 20# CFLAGS = $(GCCOPT) $(GCCWARN) -march=i386 \ 21# -fomit-frame-pointer -D__COM32__ -D__FIRMWARE_$(FIRMWARE)__ \ 22# -nostdinc -iwithprefix include \ 23# -I$(com32)/libutil/include -I$(com32)/include 24# -g3 -dD 25 26# LNXCFLAGS = -I$(com32)/libutil/include $(GCCWARN) -O -g3 -D_GNU_SOURCE -dD 27# -U__GNUC__ 28