blob: d78ee327c233f25b38b7ecb67d40b44a5457dd71 [file] [log] [blame]
# -*- makefile -*- : Force emacs to use Makefile mode
# Linker script
#
LDSCRIPT = arch/i386/scripts/linux.lds
# Starting virtual address
#
LDFLAGS += -Ttext=0x08048000
# Compiler flags for building host API wrapper
#
LINUX_CFLAGS += -m32
# Include generic Linux Makefile
#
MAKEDEPS += arch/x86/Makefile.linux
include arch/x86/Makefile.linux