Rev 3879 | Rev 4117 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3879 | Rev 3917 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | BFD_ARCH = arm |
33 | BFD_ARCH = arm |
| 34 | BFD = binary |
34 | BFD = binary |
| 35 | TARGET = arm-linux-gnu |
35 | TARGET = arm-linux-gnu |
| 36 | TOOLCHAIN_DIR = $(CROSS_PREFIX)/arm |
36 | TOOLCHAIN_DIR = $(CROSS_PREFIX)/arm |
| 37 | 37 | ||
| 38 | KERNEL_LOAD_ADDRESS = 0x80200000 |
- | |
| 39 | DMACHINE = MACHINE_GXEMUL_TESTARM |
- | |
| 40 | - | ||
| 41 | ATSIGN = % |
38 | ATSIGN = % |
| 42 | 39 | ||
| 43 | GCC_CFLAGS += -fno-zero-initialized-in-bss |
40 | GCC_CFLAGS += -fno-zero-initialized-in-bss |
| 44 | 41 | ||
| 45 | DEFS += -D__32_BITS__ -DKERNEL_LOAD_ADDRESS=$(KERNEL_LOAD_ADDRESS) -D$(DMACHINE) |
42 | DEFS += -D__32_BITS__ |
| 46 | 43 | ||
| 47 | ARCH_SOURCES = \ |
44 | ARCH_SOURCES = \ |
| 48 | arch/$(KARCH)/src/start.S \ |
45 | arch/$(KARCH)/src/start.S \ |
| 49 | arch/$(KARCH)/src/asm.S \ |
46 | arch/$(KARCH)/src/asm.S \ |
| 50 | arch/$(KARCH)/src/arm32.c \ |
47 | arch/$(KARCH)/src/arm32.c \ |