Changes in uspace/Makefile [caa8a94:a6dffb8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rcaa8a94 ra6dffb8 35 35 DIRS = \ 36 36 app/bdsh \ 37 app/dltest2 \ 37 38 app/edit \ 38 39 app/getterm \ … … 92 93 drv/test2 93 94 95 ## Shared libraries 96 ifeq ($(CONFIG_BUILD_SHARED_LIBS), y) 97 DIRS += \ 98 app/dltest 99 endif 100 94 101 ## Networking 95 102 # … … 146 153 lib/softint \ 147 154 lib/softfloat \ 155 lib/test \ 148 156 lib/drv \ 149 157 lib/packet \
Note:
See TracChangeset
for help on using the changeset viewer.