Changeset 2a37b9f in mainline for uspace/Makefile
- Timestamp:
- 2014-08-28T19:54:48Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f2a9be
- Parents:
- 0ddb84b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r0ddb84b r2a37b9f 131 131 srv/hid/rfb \ 132 132 drv/audio/sb16 \ 133 drv/ infrastructure/root \134 drv/ infrastructure/rootvirt \133 drv/root/root \ 134 drv/root/virt \ 135 135 drv/block/ahci \ 136 136 drv/block/ata_bd \ … … 162 162 ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64)) 163 163 DIRS += \ 164 drv/ infrastructure/rootpc \164 drv/platform/pc \ 165 165 drv/bus/pci/pciintel \ 166 166 drv/bus/isa \ … … 173 173 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 174 174 DIRS += \ 175 drv/ infrastructure/rootmalta \175 drv/platform/malta \ 176 176 drv/bus/pci/pciintel \ 177 177 drv/bus/isa … … 180 180 ifeq ($(UARCH),ppc32) 181 181 DIRS += \ 182 drv/ infrastructure/rootmac \182 drv/platform/mac \ 183 183 drv/bus/pci/pciintel \ 184 184 srv/hw/bus/cuda_adb … … 192 192 ifeq ($(UARCH),arm32) 193 193 DIRS += \ 194 drv/ infrastructure/rootamdm37x \194 drv/platform/amdm37x \ 195 195 drv/fb/amdm37x_dispc 196 196 endif
Note:
See TracChangeset
for help on using the changeset viewer.