7 lines
112 B
Makefile
7 lines
112 B
Makefile
# -*- makefile -*-
|
|
|
|
COMMON_LDFLAGS = -melf_x86_64
|
|
|
|
QEMU32=qemu-system-x86_64
|
|
|
|
include $(srcdir)/conf/x86-efi.mk
|