grub/conf/i386-efi.rmk

7 lines
171 B
Plaintext
Raw Normal View History

# -*- makefile -*-
COMMON_ASFLAGS = -nostdinc -fno-builtin -m32
COMMON_CFLAGS = -fno-builtin -m32
COMMON_LDFLAGS = -melf_i386 -nostdlib
2010-02-09 23:05:19 +00:00
include $(srcdir)/conf/x86-efi.mk