Changes in uspace/Makefile [2989c7e:8a64320e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r2989c7e r8a64320e 77 77 app/usbinfo \ 78 78 app/vuhid \ 79 app/netecho \ 80 app/netspeed \ 81 app/nettest1 \ 82 app/nettest2 \ 83 app/nettest3 \ 79 84 app/nic \ 80 85 app/ping \ … … 89 94 app/wavplay \ 90 95 app/websrv \ 96 app/wifi_supplicant \ 91 97 srv/audio/hound \ 92 98 srv/clipboard \ … … 136 142 drv/block/ahci \ 137 143 drv/block/ata_bd \ 144 drv/block/ddisk \ 138 145 drv/char/i8042 \ 139 146 drv/char/pl050 \ … … 158 165 drv/nic/rtl8139 \ 159 166 drv/nic/rtl8169 \ 167 drv/nic/ar9271 \ 160 168 drv/platform/icp 161 169 … … 175 183 176 184 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 185 ifeq ($(MACHINE),msim) 186 DIRS += \ 187 drv/platform/msim 188 else 177 189 DIRS += \ 178 190 drv/platform/malta \ 179 191 drv/bus/pci/pciintel \ 180 192 drv/bus/isa 193 endif 181 194 endif 182 195 … … 207 220 lib/fs \ 208 221 lib/block \ 222 lib/crypto \ 209 223 lib/clui \ 210 224 lib/fmtutil \ … … 221 235 lib/draw \ 222 236 lib/math \ 223 lib/net tl\237 lib/net \ 224 238 lib/nic \ 225 239 lib/ext4 \ … … 237 251 lib/posix \ 238 252 lib/mbr \ 239 lib/gpt 253 lib/gpt \ 254 lib/ieee80211 240 255 241 256 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.