Changeset b535aeb in mainline for boot/arch/ia64/loader/Makefile.build


Ignore:
Timestamp:
2010-03-20T22:02:05Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
37f527b
Parents:
39e8406 (diff), 4e9aaf5 (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/ia64/loader/Makefile.build

    r39e8406 rb535aeb  
    3232
    3333include ../../../../version
     34include ../../../../Makefile.common
    3435include ../../../../Makefile.config
    35 include ../../../../config.defs
    3636include Makefile.common
    3737include Makefile.toolchain
     
    6060$(OUTPUT): $(OBJECTS) $(COMPONENT_OBJECTS) $(LINK)
    6161        $(LD) -no-check-sections -N -T $(LINK) $(COMPONENT_OBJECTS) $(OBJECTS) -o $@
    62         $(MAKE) -C gefi/HelenOS PREFIX=$(GEFI_PREFIX)
     62        $(MAKE) -C gefi/HelenOS
    6363        cp gefi/HelenOS/hello.efi ../../../../
    6464        cp gefi/HelenOS/image.bin ../../../../
Note: See TracChangeset for help on using the changeset viewer.