Changeset 89c57b6 in mainline for boot/arch/arm32/Makefile.inc
- Timestamp:
- 2011-04-13T14:45:41Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 88634420
- Parents:
- cefb126 (diff), 17279ead (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/arm32/Makefile.inc
rcefb126 r89c57b6 27 27 # 28 28 29 ifeq ($(MACHINE), gta02) 30 BOOT_OUTPUT = image.boot 31 POST_OUTPUT = $(ROOT_PATH)/uImage.bin 32 POSTBUILD = Makefile.uboot 33 endif 34 29 35 BFD_NAME = elf32-littlearm 30 36 BFD_OUTPUT = $(BFD_NAME) … … 35 41 PAGE_SIZE = 4096 36 42 37 RD_SRVS_ESSENTIAL += 43 RD_SRVS_ESSENTIAL += \ 44 $(USPACE_PATH)/srv/hid/s3c24xx_ts/s3c24ts \ 45 $(USPACE_PATH)/srv/hw/char/s3c24xx_uart/s3c24ser 38 46 39 47 RD_SRVS_NON_ESSENTIAL += \ … … 47 55 $(COMPS_C) \ 48 56 genarch/src/division.c \ 57 generic/src/memstr.c \ 49 58 generic/src/printf_core.c \ 50 59 generic/src/vprintf.c \
Note:
See TracChangeset
for help on using the changeset viewer.