Changeset 03936831 in mainline for boot


Ignore:
Timestamp:
2017-10-20T09:16:55Z (8 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1252e81
Parents:
fe1c48d (diff), 04efacc (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 to fix build

File:
1 edited

Legend:

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

    rfe1c48d r03936831  
    2929RD_SRVS_ESSENTIAL += \
    3030        $(USPACE_PATH)/srv/audio/hound/hound \
    31         $(USPACE_PATH)/srv/devman/devman \
    32         $(USPACE_PATH)/srv/hw/irc/apic/apic \
    33         $(USPACE_PATH)/srv/hw/irc/i8259/i8259
    34 
     31        $(USPACE_PATH)/srv/devman/devman
    3532
    3633RD_DRVS_ESSENTIAL += \
     34        intctl/apic \
     35        intctl/i8259 \
    3736        platform/pc \
    38         block/ata_bd \
    3937        bus/pci/pciintel \
    4038        bus/isa \
Note: See TracChangeset for help on using the changeset viewer.