Changes in uspace/Makefile [6bcecc2:312e5ff] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r6bcecc2 r312e5ff 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 \ 137 137 drv/char/i8042 \ 138 drv/char/pl050 \ 138 139 drv/char/ps2mouse \ 139 140 drv/char/xtkbd \ … … 154 155 drv/nic/ne2k \ 155 156 drv/nic/e1k \ 156 drv/nic/rtl8139 157 drv/nic/rtl8139 \ 158 drv/nic/rtl8169 \ 159 drv/platform/icp 157 160 158 161 ## Platform-specific hardware support … … 161 164 ifeq ($(UARCH), $(filter $(UARCH),amd64 ia32 ia64)) 162 165 DIRS += \ 163 drv/ infrastructure/rootpc \166 drv/platform/pc \ 164 167 drv/bus/pci/pciintel \ 165 168 drv/bus/isa \ … … 172 175 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 173 176 DIRS += \ 174 drv/ infrastructure/rootmalta \177 drv/platform/malta \ 175 178 drv/bus/pci/pciintel \ 176 179 drv/bus/isa … … 179 182 ifeq ($(UARCH),ppc32) 180 183 DIRS += \ 181 drv/ infrastructure/rootmac \184 drv/platform/mac \ 182 185 drv/bus/pci/pciintel \ 183 186 srv/hw/bus/cuda_adb … … 191 194 ifeq ($(UARCH),arm32) 192 195 DIRS += \ 193 drv/ infrastructure/rootamdm37x \196 drv/platform/amdm37x \ 194 197 drv/fb/amdm37x_dispc 195 198 endif
Note:
See TracChangeset
for help on using the changeset viewer.