Changes in uspace/Makefile [f2e78b0:8a64320e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rf2e78b0 r8a64320e 94 94 app/wavplay \ 95 95 app/websrv \ 96 app/wifi_supplicant \ 96 97 srv/audio/hound \ 97 98 srv/clipboard \ … … 164 165 drv/nic/rtl8139 \ 165 166 drv/nic/rtl8169 \ 167 drv/nic/ar9271 \ 166 168 drv/platform/icp 167 169 … … 218 220 lib/fs \ 219 221 lib/block \ 222 lib/crypto \ 220 223 lib/clui \ 221 224 lib/fmtutil \ … … 248 251 lib/posix \ 249 252 lib/mbr \ 250 lib/gpt 253 lib/gpt \ 254 lib/ieee80211 251 255 252 256 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.