Changes in boot/Makefile.uboot [faf9752:d969a9a] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.uboot

    rfaf9752 rd969a9a  
    3131include Makefile.common
    3232
    33 IMAGE_NAME = HelenOS-$(RELEASE)
    34 BIN_OUTPUT = image.bin
     33IMAGE_NAME=HelenOS-$(RELEASE)
     34BIN_OUTPUT=image.bin
    3535
    3636all: $(POST_OUTPUT)
     
    4040
    4141$(POST_OUTPUT): $(BIN_OUTPUT)
    42         $(MKUIMAGE) -name "$(IMAGE_NAME)" -laddr 0x30008000 -saddr 0x30008000 $< $@
     42        $(MKUIMAGE) -name "$(IMAGE_NAME)" -laddr 0x30008000 -saddr 0x30008000 \
     43    $< $@
    4344
    4445clean:
Note: See TracChangeset for help on using the changeset viewer.