Changes in uspace/Makefile [af2254ec:2989c7e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
raf2254ec r2989c7e 41 41 app/corecfg \ 42 42 app/devctl \ 43 app/dltest \44 43 app/dnscfg \ 45 44 app/dnsres \ 46 45 app/download \ 47 46 app/edit \ 48 app/fdisk \49 47 app/fontviewer \ 50 48 app/getterm \ 49 app/hdisk \ 51 50 app/init \ 52 51 app/inet \ … … 61 60 app/mkmfs \ 62 61 app/modplay \ 63 app/netecho \64 62 app/nterm \ 65 63 app/redir \ … … 82 80 app/ping \ 83 81 app/sysinfo \ 84 app/sysinst \85 82 app/mkbd \ 86 83 app/date \ … … 92 89 app/wavplay \ 93 90 app/websrv \ 94 app/wifi_supplicant \95 91 srv/audio/hound \ 96 92 srv/clipboard \ … … 115 111 srv/bd/file_bd \ 116 112 srv/bd/rd \ 117 srv/bd/vbd \ 113 srv/bd/part/guid_part \ 114 srv/bd/part/mbr_part \ 118 115 srv/fs/exfat \ 119 116 srv/fs/udf \ … … 124 121 srv/fs/locfs \ 125 122 srv/fs/ext4fs \ 126 srv/volsrv \127 123 srv/hid/compositor \ 128 124 srv/hid/console \ … … 140 136 drv/block/ahci \ 141 137 drv/block/ata_bd \ 142 drv/block/ddisk \143 138 drv/char/i8042 \ 144 139 drv/char/pl050 \ 145 140 drv/char/ps2mouse \ 146 drv/char/atkbd \147 141 drv/char/xtkbd \ 148 142 drv/test/test1 \ … … 164 158 drv/nic/rtl8139 \ 165 159 drv/nic/rtl8169 \ 166 drv/nic/ar9271 \167 160 drv/platform/icp 168 161 … … 182 175 183 176 ifeq ($(UARCH), $(filter $(UARCH),mips32 mips32eb)) 184 ifeq ($(MACHINE),msim)185 DIRS += \186 drv/platform/msim187 else188 177 DIRS += \ 189 178 drv/platform/malta \ 190 179 drv/bus/pci/pciintel \ 191 180 drv/bus/isa 192 endif193 181 endif 194 182 … … 219 207 lib/fs \ 220 208 lib/block \ 221 lib/crypto \222 209 lib/clui \ 223 lib/dltest \224 lib/fdisk \225 210 lib/fmtutil \ 226 211 lib/scsi \ … … 235 220 lib/softrend \ 236 221 lib/draw \ 237 lib/label \238 222 lib/math \ 239 223 lib/nettl \ … … 242 226 lib/trackmod \ 243 227 lib/uri \ 228 lib/urcu \ 244 229 lib/usb \ 245 230 lib/usbhost \ … … 251 236 lib/bithenge \ 252 237 lib/posix \ 253 lib/ieee80211 238 lib/mbr \ 239 lib/gpt 254 240 255 241 LIBC_BUILD = $(addsuffix .build,$(LIBC)) … … 265 251 all: $(BUILDS) $(BUILDS_TESTS) 266 252 267 $(BUILDS_TESTS): $( LIBC_BUILD) $(LIBS_BUILD) $(LIBN_BUILD)253 $(BUILDS_TESTS): $(BUILDS) 268 254 $(MAKE) -C $(basename $@) all-test PRECHECK=$(PRECHECK) 269 255
Note:
See TracChangeset
for help on using the changeset viewer.