Changes in uspace/Makefile [eb91db7:c0e53ff] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
reb91db7 rc0e53ff 88 88 srv/fs/locfs \ 89 89 srv/fs/ext2fs \ 90 srv/fs/ext4fs \91 90 srv/hid/console \ 92 91 srv/hid/s3c24xx_ts \ … … 120 119 drv/bus/usb/vhc 121 120 122 ifeq ($(CONFIG_PCC),y)123 DIRS += \124 app/cc \125 app/ccom \126 app/ccom/mkext \127 app/cpp128 endif129 130 ifeq ($(CONFIG_BINUTILS),y)131 DIRS += \132 app/binutils133 endif134 135 121 ## Networking 136 122 # … … 188 174 lib/drv \ 189 175 lib/packet \ 190 lib/ fb\176 lib/imgmap \ 191 177 lib/net \ 192 178 lib/ext2 \ 193 lib/ext4 \194 179 lib/usb \ 195 180 lib/usbhost \ 196 181 lib/usbdev \ 197 182 lib/usbhid \ 198 lib/usbvirt \ 199 lib/posix 183 lib/usbvirt 200 184 201 185 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.