Changes in / [864a081:d4c472b] in mainline
- Files:
-
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r864a081 rd4c472b 561 561 ! CONFIG_BAREBONE (n/y) 562 562 563 % Build binutils binaries564 ! CONFIG_BINUTILS (n/y)565 566 563 % Line debugging information 567 564 ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y) -
boot/Makefile.common
r864a081 rd4c472b 156 156 $(USPACE_PATH)/app/websrv/websrv 157 157 158 ifeq ($(CONFIG_BINUTILS),y)159 RD_APPS_NON_ESSENTIAL += \160 $(USPACE_PATH)/app/binutils/as \161 $(USPACE_PATH)/app/binutils/ld162 endif163 164 158 ifneq ($(CONFIG_BAREBONE),y) 165 159 NET_CFG = \ -
uspace/Makefile
r864a081 rd4c472b 92 92 drv/test2 93 93 94 ifeq ($(CONFIG_BINUTILS),y)95 DIRS += \96 app/binutils97 endif98 99 94 ## Networking 100 95 #
Note:
See TracChangeset
for help on using the changeset viewer.