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