Changeset 802898f in mainline for boot/arch/amd64/Makefile.inc


Ignore:
Timestamp:
2013-09-02T20:14:11Z (11 years ago)
Author:
Dominik Taborsky (AT DOT) <brembyseznamcz>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8c95dff
Parents:
0435fe41 (diff), 61ab4a9 (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:

mainline update

File:
1 edited

Legend:

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

    r0435fe41 r802898f  
    2828
    2929RD_SRVS_ESSENTIAL += \
     30        $(USPACE_PATH)/srv/audio/hound/hound \
     31        $(USPACE_PATH)/srv/devman/devman \
    3032        $(USPACE_PATH)/srv/hw/irc/apic/apic \
    3133        $(USPACE_PATH)/srv/hw/irc/i8259/i8259
    3234
    33 RD_DRVS += \
     35
     36RD_DRVS_ESSENTIAL += \
    3437        infrastructure/rootpc \
    3538        block/ata_bd \
    3639        bus/pci/pciintel \
    3740        bus/isa \
     41        audio/sb16 \
    3842        char/i8042 \
     43        char/ps2mouse \
     44        char/xtkbd
     45
     46RD_DRVS_NON_ESSENTIAL += \
    3947        char/ns8250 \
    40         char/ps2mouse \
    41         char/xtkbd \
    4248        time/cmos-rtc \
    4349        bus/usb/ehci\
     
    5561        bus/isa
    5662
     63RD_APPS_ESSENTIAL += \
     64        $(USPACE_PATH)/app/edit/edit \
     65        $(USPACE_PATH)/app/mixerctl/mixerctl \
     66        $(USPACE_PATH)/app/wavplay/wavplay \
     67       
    5768BOOT_OUTPUT = $(ROOT_PATH)/image.iso
    5869PREBUILD = $(INITRD).img
Note: See TracChangeset for help on using the changeset viewer.