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