lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 58ef532 was 5f176da, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago |
Pull *ARCH from config
|
-
Property mode
set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[5fd05862] | 1 | drvs = [
|
---|
| 2 | 'audio/hdaudio',
|
---|
| 3 | 'audio/sb16',
|
---|
| 4 | 'root/root',
|
---|
| 5 | 'root/virt',
|
---|
| 6 | 'block/ahci',
|
---|
| 7 | 'block/ata_bd',
|
---|
| 8 | 'block/ddisk',
|
---|
| 9 | 'block/usbmast',
|
---|
| 10 | 'block/virtio-blk',
|
---|
| 11 | 'bus/adb/cuda_adb',
|
---|
| 12 | 'bus/isa',
|
---|
| 13 | 'bus/pci/pciintel',
|
---|
| 14 | 'bus/usb/ehci',
|
---|
| 15 | 'bus/usb/ohci',
|
---|
| 16 | 'bus/usb/uhci',
|
---|
| 17 | 'bus/usb/usbdiag',
|
---|
| 18 | 'bus/usb/usbflbk',
|
---|
| 19 | 'bus/usb/usbhub',
|
---|
| 20 | 'bus/usb/usbmid',
|
---|
| 21 | 'bus/usb/vhc',
|
---|
| 22 | 'bus/usb/xhci',
|
---|
| 23 | 'char/i8042',
|
---|
| 24 | 'char/msim-con',
|
---|
| 25 | 'char/ns8250',
|
---|
| 26 | 'char/pc-lpt',
|
---|
| 27 | 'char/pl011',
|
---|
| 28 | 'char/pl050',
|
---|
| 29 | 'char/ski-con',
|
---|
| 30 | 'char/sun4v-con',
|
---|
| 31 | 'fb/amdm37x_dispc',
|
---|
| 32 | 'fb/kfb',
|
---|
| 33 | 'hid/adb-kbd',
|
---|
| 34 | 'hid/adb-mouse',
|
---|
| 35 | 'hid/atkbd',
|
---|
| 36 | 'hid/ps2mouse',
|
---|
| 37 | 'hid/usbhid',
|
---|
| 38 | 'hid/xtkbd',
|
---|
| 39 | 'intctl/apic',
|
---|
| 40 | 'intctl/gicv2',
|
---|
| 41 | 'intctl/i8259',
|
---|
| 42 | 'intctl/icp-ic',
|
---|
| 43 | 'intctl/obio',
|
---|
| 44 | 'nic/ne2k',
|
---|
| 45 | 'nic/e1k',
|
---|
| 46 | 'nic/rtl8139',
|
---|
| 47 | 'nic/rtl8169',
|
---|
| 48 | 'nic/ar9271',
|
---|
| 49 | 'nic/virtio-net',
|
---|
| 50 | 'platform/amdm37x',
|
---|
| 51 | 'platform/arm64virt',
|
---|
| 52 | 'platform/icp',
|
---|
| 53 | 'platform/mac',
|
---|
| 54 | 'platform/malta',
|
---|
| 55 | 'platform/msim',
|
---|
| 56 | 'platform/pc',
|
---|
| 57 | 'platform/ski',
|
---|
| 58 | 'platform/sun4v',
|
---|
| 59 | 'test/test1',
|
---|
| 60 | 'test/test2',
|
---|
| 61 | 'test/test3',
|
---|
| 62 | 'time/cmos-rtc',
|
---|
| 63 | ]
|
---|
| 64 |
|
---|
| 65 | # sun4u driver won't compile on 32-bit targets
|
---|
[5f176da] | 66 | if UARCH == 'sparc64'
|
---|
[5fd05862] | 67 | drvs += 'platform/sun4u'
|
---|
| 68 | endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.