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