Changeset 5203e256 in mainline for boot/arch/amd64/Makefile.inc
- Timestamp:
- 2011-06-20T19:54:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a40dea3
- Parents:
- 73d288c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
r73d288c r5203e256 39 39 40 40 RD_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 vhc41 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 56 56 57 57 RD_DRV_CFG += \ 58 isa/isa.dev58 bus/isa 59 59 60 60 BOOT_OUTPUT = $(ROOT_PATH)/image.iso
Note:
See TracChangeset
for help on using the changeset viewer.