Changes in uspace/Makefile [bfcde8d:2989c7e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rbfcde8d r2989c7e 45 45 app/download \ 46 46 app/edit \ 47 app/fdisk \48 47 app/fontviewer \ 49 48 app/getterm \ 49 app/hdisk \ 50 50 app/init \ 51 51 app/inet \ … … 89 89 app/wavplay \ 90 90 app/websrv \ 91 app/wifi_supplicant \92 91 srv/audio/hound \ 93 92 srv/clipboard \ … … 112 111 srv/bd/file_bd \ 113 112 srv/bd/rd \ 114 srv/bd/vbd \ 113 srv/bd/part/guid_part \ 114 srv/bd/part/mbr_part \ 115 115 srv/fs/exfat \ 116 116 srv/fs/udf \ … … 121 121 srv/fs/locfs \ 122 122 srv/fs/ext4fs \ 123 srv/volsrv \124 123 srv/hid/compositor \ 125 124 srv/hid/console \ … … 137 136 drv/block/ahci \ 138 137 drv/block/ata_bd \ 139 drv/block/ddisk \140 138 drv/char/i8042 \ 141 139 drv/char/pl050 \ … … 160 158 drv/nic/rtl8139 \ 161 159 drv/nic/rtl8169 \ 162 drv/nic/ar9271 \163 160 drv/platform/icp 164 161 … … 178 175 179 176 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 180 ifeq ($(MACHINE),msim)181 DIRS += \182 drv/platform/msim183 else184 177 DIRS += \ 185 178 drv/platform/malta \ 186 179 drv/bus/pci/pciintel \ 187 180 drv/bus/isa 188 endif189 181 endif 190 182 … … 215 207 lib/fs \ 216 208 lib/block \ 217 lib/crypto \218 209 lib/clui \ 219 lib/fdisk \220 210 lib/fmtutil \ 221 211 lib/scsi \ … … 230 220 lib/softrend \ 231 221 lib/draw \ 232 lib/label \233 222 lib/math \ 234 223 lib/nettl \ … … 247 236 lib/bithenge \ 248 237 lib/posix \ 249 lib/ieee80211 238 lib/mbr \ 239 lib/gpt 250 240 251 241 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.