aboutsummaryrefslogtreecommitdiffstats
path: root/xen-2.4.16/arch/i386/Rules.mk
blob: 172777193a55b5f160184c2159614a0b1d2129b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
########################################
# x86-specific definitions

CC := gcc
LD := ld
# Linker should relocate monitor to this address
MONITOR_BASE := 0xE0100000
# Bootloader should load monitor to this real address
LOAD_BASE    := 0x00100000
CFLAGS  := -fno-builtin -O3 -Wall -DMONITOR_BASE=$(MONITOR_BASE) 
CFLAGS  += -I$(BASEDIR)/include -D__KERNEL__
LDFLAGS := -T xeno.lds -N