- Timestamp:
- 2014-08-28T19:54:48Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f2a9be
- Parents:
- 0ddb84b
- Location:
- boot/arch
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
r0ddb84b r2a37b9f 35 35 36 36 RD_DRVS_ESSENTIAL += \ 37 infrastructure/rootpc \37 platform/pc \ 38 38 block/ata_bd \ 39 39 bus/pci/pciintel \ -
boot/arch/arm32/Makefile.inc
r0ddb84b r2a37b9f 66 66 67 67 RD_DRVS_ESSENTIAL += \ 68 infrastructure/rootamdm37x \68 platform/amdm37x \ 69 69 fb/amdm37x_dispc \ 70 70 bus/usb/ehci \ -
boot/arch/ia64/Makefile.inc
r0ddb84b r2a37b9f 66 66 67 67 RD_DRVS_ESSENTIAL += \ 68 infrastructure/rootpc \68 platform/pc \ 69 69 bus/pci/pciintel \ 70 70 bus/isa \ -
boot/arch/mips32/Makefile.inc
r0ddb84b r2a37b9f 52 52 ifeq ($(MACHINE), $(filter $(MACHINE),bmalta lmalta)) 53 53 RD_DRVS_ESSENTIAL += \ 54 infrastructure/rootmalta \54 platform/malta \ 55 55 block/ata_bd \ 56 56 bus/pci/pciintel \ -
boot/arch/ppc32/Makefile.inc
r0ddb84b r2a37b9f 43 43 44 44 RD_DRVS_ESSENTIAL += \ 45 infrastructure/rootmac \45 platform/mac \ 46 46 bus/pci/pciintel \ 47 47 bus/usb/ohci \
Note:
See TracChangeset
for help on using the changeset viewer.