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