Changes in uspace/Makefile [2989c7e:1356f85a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r2989c7e r1356f85a 45 45 app/download \ 46 46 app/edit \ 47 app/fdisk \ 47 48 app/fontviewer \ 48 49 app/getterm \ … … 89 90 app/wavplay \ 90 91 app/websrv \ 92 app/wifi_supplicant \ 91 93 srv/audio/hound \ 92 94 srv/clipboard \ … … 113 115 srv/bd/part/guid_part \ 114 116 srv/bd/part/mbr_part \ 117 srv/bd/vbd \ 115 118 srv/fs/exfat \ 116 119 srv/fs/udf \ … … 136 139 drv/block/ahci \ 137 140 drv/block/ata_bd \ 141 drv/block/ddisk \ 138 142 drv/char/i8042 \ 139 143 drv/char/pl050 \ … … 158 162 drv/nic/rtl8139 \ 159 163 drv/nic/rtl8169 \ 164 drv/nic/ar9271 \ 160 165 drv/platform/icp 161 166 … … 175 180 176 181 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 182 ifeq ($(MACHINE),msim) 183 DIRS += \ 184 drv/platform/msim 185 else 177 186 DIRS += \ 178 187 drv/platform/malta \ 179 188 drv/bus/pci/pciintel \ 180 189 drv/bus/isa 190 endif 181 191 endif 182 192 … … 207 217 lib/fs \ 208 218 lib/block \ 219 lib/crypto \ 209 220 lib/clui \ 221 lib/fdisk \ 210 222 lib/fmtutil \ 211 223 lib/scsi \ … … 220 232 lib/softrend \ 221 233 lib/draw \ 234 lib/label \ 222 235 lib/math \ 223 236 lib/nettl \ … … 237 250 lib/posix \ 238 251 lib/mbr \ 239 lib/gpt 252 lib/gpt \ 253 lib/ieee80211 240 254 241 255 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.