Changeset 2e231aba in mainline for boot/arch/ia64/Makefile.inc


Ignore:
Timestamp:
2014-03-16T20:50:06Z (10 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a63d216
Parents:
d52ab7b
Message:

Add some drivers to the ia64's RD image.

File:
1 edited

Legend:

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

    rd52ab7b r2e231aba  
    7474        arch/$(BARCH)/src/ski.c
    7575endif
     76
     77RD_DRVS_ESSENTIAL += \
     78        infrastructure/rootpc \
     79        bus/pci/pciintel \
     80        bus/isa \
     81        char/i8042 \
     82        char/xtkbd
     83
     84RD_DRVS_NON_ESSENTIAL += \
     85        char/ns8250 \
     86        time/cmos-rtc \
     87        bus/usb/ehci\
     88        bus/usb/ohci \
     89        bus/usb/uhci \
     90        bus/usb/uhcirh \
     91        bus/usb/usbflbk \
     92        bus/usb/usbhub \
     93        bus/usb/usbhid \
     94        bus/usb/usbmast \
     95        bus/usb/usbmid \
     96        bus/usb/vhc
     97
     98RD_DRV_CFG += \
     99        bus/isa
     100
Note: See TracChangeset for help on using the changeset viewer.