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