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