Changeset 5203e256 in mainline for boot/arch/amd64/Makefile.inc


Ignore:
Timestamp:
2011-06-20T19:54:22Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a40dea3
Parents:
73d288c
Message:

keep the drivers source tree tidy by using logical subdirectories

File:
1 edited

Legend:

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

    r73d288c r5203e256  
    3939
    4040RD_DRVS += \
    41         rootpc \
    42         pciintel \
    43         isa \
    44         ns8250 \
    45         ehci\
    46         ohci \
    47         uhci \
    48         uhcirh \
    49         usbflbk \
    50         usbhub \
    51         usbhid \
    52         usbmast \
    53         usbmid \
    54         usbmouse \
    55         vhc
     41        infrastructure/rootpc \
     42        bus/pci/pciintel \
     43        bus/isa \
     44        char/ns8250 \
     45        bus/usb/ehci\
     46        bus/usb/ohci \
     47        bus/usb/uhci \
     48        bus/usb/uhcirh \
     49        bus/usb/usbflbk \
     50        bus/usb/usbhub \
     51        bus/usb/usbhid \
     52        bus/usb/usbmast \
     53        bus/usb/usbmid \
     54        bus/usb/usbmouse \
     55        bus/usb/vhc
    5656
    5757RD_DRV_CFG += \
    58         isa/isa.dev
     58        bus/isa
    5959
    6060BOOT_OUTPUT = $(ROOT_PATH)/image.iso
Note: See TracChangeset for help on using the changeset viewer.