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