Changeset cc575ef9 in mainline for uspace/Makefile
- Timestamp:
- 2015-04-21T21:07:18Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 09044cb
- Parents:
- 749fe15b (diff), a931b7b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r749fe15b rcc575ef9 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.