Changes in uspace/Makefile [336d2f52:e76e833] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r336d2f52 re76e833 111 111 drv/bus/usb/vhc 112 112 113 ifeq ($(CONFIG_PCC),y) 114 DIRS += \ 115 app/cc \ 116 app/ccom \ 117 app/ccom/mkext \ 118 app/cpp 119 endif 120 121 ifeq ($(CONFIG_BINUTILS),y) 122 DIRS += \ 123 app/binutils 124 endif 125 113 126 ## Networking 114 127 # … … 175 188 lib/usbdev \ 176 189 lib/usbhid \ 177 lib/usbvirt 190 lib/usbvirt \ 191 lib/posix 178 192 179 193 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.