Changeset 7c4b26c in mainline for uspace/Makefile
- Timestamp:
- 2016-05-02T21:30:14Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 91e4567
- Parents:
- 32573ff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r32573ff r7c4b26c 41 41 app/corecfg \ 42 42 app/devctl \ 43 app/dltest \44 43 app/dnscfg \ 45 44 app/dnsres \ … … 166 165 drv/platform/icp 167 166 167 168 168 ## Platform-specific hardware support 169 169 # … … 209 209 drv/fb/amdm37x_dispc \ 210 210 srv/hw/irc/icp-ic 211 endif 212 213 ## Dynamic linking tests 214 # 215 ifeq ($(CONFIG_BUILD_SHARED_LIBS),y) 216 DIRS += \ 217 app/dltest \ 218 app/dltests 211 219 endif 212 220
Note:
See TracChangeset
for help on using the changeset viewer.