Changes in uspace/Makefile [c0e53ff:7c014d1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rc0e53ff r7c014d1 51 51 app/redir \ 52 52 app/sbi \ 53 app/sportdmp \54 53 app/stats \ 55 54 app/taskdump \ … … 119 118 drv/bus/usb/vhc 120 119 120 ifeq ($(CONFIG_PCC),y) 121 DIRS += \ 122 app/cc \ 123 app/ccom \ 124 app/ccom/mkext \ 125 app/cpp 126 endif 127 128 ifeq ($(CONFIG_BINUTILS),y) 129 DIRS += \ 130 app/binutils 131 endif 132 121 133 ## Networking 122 134 # … … 174 186 lib/drv \ 175 187 lib/packet \ 176 lib/ imgmap\188 lib/fb \ 177 189 lib/net \ 178 190 lib/ext2 \ … … 181 193 lib/usbdev \ 182 194 lib/usbhid \ 183 lib/usbvirt 195 lib/usbvirt \ 196 lib/posix 184 197 185 198 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.