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