Changes in / [326bf65:98e4507] in mainline
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r326bf65 r98e4507 561 561 ! CONFIG_BAREBONE (n/y) 562 562 563 % Build binutils binaries 564 ! CONFIG_BINUTILS (n/y) 565 563 566 % Line debugging information 564 567 ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y) -
boot/Makefile.common
r326bf65 r98e4507 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/ld 162 endif 163 158 164 ifneq ($(CONFIG_BAREBONE),y) 159 165 NET_CFG = \ -
uspace/Makefile
r326bf65 r98e4507 92 92 drv/test2 93 93 94 ifeq ($(CONFIG_BINUTILS),y) 95 DIRS += \ 96 app/binutils 97 endif 98 94 99 ## Networking 95 100 #
Note:
See TracChangeset
for help on using the changeset viewer.