Changes in uspace/Makefile [d3a9ae74:c0e53ff] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rd3a9ae74 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 \ … … 195 181 lib/usbdev \ 196 182 lib/usbhid \ 197 lib/usbvirt \ 198 lib/posix 183 lib/usbvirt 199 184 200 185 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.