Changeset 99de22b in mainline for boot/arch/amd64/Makefile.inc


Ignore:
Timestamp:
2010-01-15T18:30:25Z (14 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eeb643d
Parents:
387416b (diff), 563d6077 (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:

Merged latest trunk changes.

File:
1 edited

Legend:

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

    r387416b r99de22b  
    3030
    3131RD_SRVS += \
    32         $(USPACEDIR)/srv/pci/pci \
    33         $(USPACEDIR)/srv/bd/ata_bd/ata_bd
     32        $(USPACEDIR)/srv/bd/ata_bd/ata_bd \
     33        $(USPACEDIR)/srv/hw/char/i8042/i8042 \
     34        $(USPACEDIR)/srv/hw/bus/pci/pci \
     35        $(USPACEDIR)/srv/hid/c_mouse/c_mouse
    3436
    3537MODULES := $(notdir $(COMPONENTS))
     
    4749        echo "  root (cd)" >> $(TMP)/boot/grub/menu.lst
    4850        for module in $(MODULES) $(INITRD).img ; do \
    49                 if [ $$module == kernel.bin ] ; then \
     51                if [ $$module = kernel.bin ] ; then \
    5052                        echo "  kernel /boot/$$module" >> $(TMP)/boot/grub/menu.lst ; \
    5153                else \
Note: See TracChangeset for help on using the changeset viewer.