Changes in uspace/Makefile [8a64320e:a047aaa] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r8a64320e ra047aaa 62 62 app/nterm \ 63 63 app/redir \ 64 app/rcutest \65 app/rcubench \66 64 app/sbi \ 67 65 app/sportdmp \ … … 94 92 app/wavplay \ 95 93 app/websrv \ 96 app/wifi_supplicant \97 94 srv/audio/hound \ 98 95 srv/clipboard \ … … 142 139 drv/block/ahci \ 143 140 drv/block/ata_bd \ 144 drv/block/ddisk \145 141 drv/char/i8042 \ 146 142 drv/char/pl050 \ … … 165 161 drv/nic/rtl8139 \ 166 162 drv/nic/rtl8169 \ 167 drv/nic/ar9271 \168 163 drv/platform/icp 169 164 … … 183 178 184 179 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 185 ifeq ($(MACHINE),msim)186 DIRS += \187 drv/platform/msim188 else189 180 DIRS += \ 190 181 drv/platform/malta \ 191 182 drv/bus/pci/pciintel \ 192 183 drv/bus/isa 193 endif194 184 endif 195 185 … … 220 210 lib/fs \ 221 211 lib/block \ 222 lib/crypto \223 212 lib/clui \ 224 213 lib/fmtutil \ … … 240 229 lib/trackmod \ 241 230 lib/uri \ 242 lib/urcu \243 231 lib/usb \ 244 232 lib/usbhost \ … … 251 239 lib/posix \ 252 240 lib/mbr \ 253 lib/gpt \ 254 lib/ieee80211 241 lib/gpt 255 242 256 243 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.