Changes in uspace/Makefile [e76e833:336d2f52] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
re76e833 r336d2f52 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/cpp119 endif120 121 ifeq ($(CONFIG_BINUTILS),y)122 DIRS += \123 app/binutils124 endif125 126 113 ## Networking 127 114 # … … 188 175 lib/usbdev \ 189 176 lib/usbhid \ 190 lib/usbvirt \ 191 lib/posix 177 lib/usbvirt 192 178 193 179 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.