Changes in uspace/Makefile [7c014d1:7a46bfe] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r7c014d1 r7a46bfe 82 82 srv/fs/exfat \ 83 83 srv/fs/fat \ 84 srv/fs/cdfs \85 84 srv/fs/tmpfs \ 86 85 srv/fs/mfs \ … … 118 117 drv/bus/usb/vhc 119 118 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 119 ## Networking 134 120 # … … 186 172 lib/drv \ 187 173 lib/packet \ 188 lib/ fb\174 lib/imgmap \ 189 175 lib/net \ 190 176 lib/ext2 \ … … 193 179 lib/usbdev \ 194 180 lib/usbhid \ 195 lib/usbvirt \ 196 lib/posix 181 lib/usbvirt 197 182 198 183 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.