Changeset 89c57b6 in mainline for boot/arch/arm32/Makefile.inc


Ignore:
Timestamp:
2011-04-13T14:45:41Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
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.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/Makefile.inc

    rcefb126 r89c57b6  
    2727#
    2828
     29ifeq ($(MACHINE), gta02)
     30        BOOT_OUTPUT = image.boot
     31        POST_OUTPUT = $(ROOT_PATH)/uImage.bin
     32        POSTBUILD = Makefile.uboot
     33endif
     34
    2935BFD_NAME = elf32-littlearm
    3036BFD_OUTPUT = $(BFD_NAME)
     
    3541PAGE_SIZE = 4096
    3642
    37 RD_SRVS_ESSENTIAL +=
     43RD_SRVS_ESSENTIAL += \
     44        $(USPACE_PATH)/srv/hid/s3c24xx_ts/s3c24ts \
     45        $(USPACE_PATH)/srv/hw/char/s3c24xx_uart/s3c24ser
    3846
    3947RD_SRVS_NON_ESSENTIAL += \
     
    4755        $(COMPS_C) \
    4856        genarch/src/division.c \
     57        generic/src/memstr.c \
    4958        generic/src/printf_core.c \
    5059        generic/src/vprintf.c \
Note: See TracChangeset for help on using the changeset viewer.