Home | History | Annotate | Line # | Download | only in bootia32
Makefile revision 1.2.2.2
      1  1.2.2.2  pgoyette #	$NetBSD: Makefile,v 1.2.2.2 2017/03/20 06:57:15 pgoyette Exp $
      2  1.2.2.2  pgoyette 
      3  1.2.2.2  pgoyette PROG=		bootia32.efi
      4  1.2.2.2  pgoyette OBJFMT=		pei-i386
      5  1.2.2.2  pgoyette 
      6  1.2.2.2  pgoyette EXTRA_SOURCES=	efibootia32.c startprog32.S
      7  1.2.2.2  pgoyette 
      8  1.2.2.2  pgoyette CPUFLAGS=	-march=i686 -mtune=i686
      9  1.2.2.2  pgoyette GNUEFIARCH=	ia32
     10  1.2.2.2  pgoyette LIBKERN_ARCH=	i386
     11  1.2.2.2  pgoyette LIBGNUEFI_ARCH=	i386
     12  1.2.2.2  pgoyette KLINK_MACHINE=	i386
     13  1.2.2.2  pgoyette 
     14  1.2.2.2  pgoyette CFLAGS+=	-m32
     15  1.2.2.2  pgoyette AFLAGS+=	-m32
     16  1.2.2.2  pgoyette 
     17  1.2.2.2  pgoyette .include "${.CURDIR}/../Makefile.efiboot"
     18