Changeset f570cdf in mainline for uspace/Makefile
- Timestamp:
- 2016-05-24T15:32:57Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c170438
- Parents:
- dcc150cb (diff), 0a981e3 (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
rdcc150cb rf570cdf 41 41 app/corecfg \ 42 42 app/devctl \ 43 app/dltest \44 43 app/dnscfg \ 45 44 app/dnsres \ … … 167 166 drv/platform/icp 168 167 168 169 169 ## Platform-specific hardware support 170 170 # … … 210 210 drv/fb/amdm37x_dispc \ 211 211 srv/hw/irc/icp-ic 212 endif 213 214 ## Dynamic linking tests 215 # 216 ifeq ($(CONFIG_BUILD_SHARED_LIBS),y) 217 DIRS += \ 218 app/dltest \ 219 app/dltests 212 220 endif 213 221 … … 242 250 lib/trackmod \ 243 251 lib/uri \ 244 lib/urcu \245 252 lib/usb \ 246 253 lib/usbhost \
Note:
See TracChangeset
for help on using the changeset viewer.