Changeset edd7aa6d in mainline for kernel/arch/arm32/Makefile.inc
- Timestamp:
- 2009-02-17T21:55:57Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e45a3b9
- Parents:
- 81c8d54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/Makefile.inc
r81c8d54 redd7aa6d 36 36 TOOLCHAIN_DIR = $(CROSS_PREFIX)/arm 37 37 38 KERNEL_LOAD_ADDRESS = 0x8020000039 DMACHINE = MACHINE_GXEMUL_TESTARM40 41 38 ATSIGN = % 42 39 43 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 44 ARCH_SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.