Changeset 827d73f in mainline for boot/arch/amd64/Makefile.inc


Ignore:
Timestamp:
2010-02-12T14:09:22Z (14 years ago)
Author:
Lukas Mejdrech <lukasmejdrech@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a70bda4
Parents:
918e9910 (diff), e70edd1 (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 the actual head

File:
1 edited

Legend:

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

    r918e9910 r827d73f  
    3030
    3131RD_SRVS += \
    32         $(USPACEDIR)/srv/pci/pci \
    3332        $(USPACEDIR)/srv/bd/ata_bd/ata_bd \
    34         $(USPACEDIR)/srv/char/i8042/i8042 \
    35         $(USPACEDIR)/srv/mouse/c_mouse/c_mouse
     33        $(USPACEDIR)/srv/hw/char/i8042/i8042 \
     34        $(USPACEDIR)/srv/hw/bus/pci/pci \
     35        $(USPACEDIR)/srv/hid/char_mouse/char_ms
    3636
    3737MODULES := $(notdir $(COMPONENTS))
Note: See TracChangeset for help on using the changeset viewer.