Changes in / [4069f5c:64639256] in mainline
- Files:
-
- 5 added
- 3 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r4069f5c r64639256 562 562 ! CONFIG_BAREBONE (n/y) 563 563 564 % Build binutils binaries 565 ! CONFIG_BINUTILS (n/y) 566 564 567 % Line debugging information 565 568 ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y) -
Makefile
r4069f5c r64639256 100 100 distclean: clean 101 101 rm -f $(CSCOPE).out $(COMMON_MAKEFILE) $(COMMON_HEADER) $(COMMON_HEADER_PREV) $(CONFIG_MAKEFILE) $(CONFIG_HEADER) tools/*.pyc tools/checkers/*.pyc release/HelenOS-* 102 cd ./uspace/app/binutils/; ./distclean.sh 102 103 103 104 clean: -
boot/Makefile.common
r4069f5c r64639256 166 166 $(USPACE_PATH)/app/websrv/websrv 167 167 168 ifeq ($(CONFIG_BINUTILS),y) 169 RD_APPS_NON_ESSENTIAL += \ 170 $(USPACE_PATH)/app/binutils/bin/as \ 171 $(USPACE_PATH)/app/binutils/bin/ld 172 endif 173 168 174 ifneq ($(CONFIG_BAREBONE),y) 169 175 NET_CFG = \ -
uspace/Makefile
r4069f5c r64639256 111 111 drv/bus/usb/vhc 112 112 113 ifeq ($(CONFIG_BINUTILS),y) 114 DIRS += \ 115 app/binutils 116 endif 117 113 118 ## Networking 114 119 #
Note:
See TracChangeset
for help on using the changeset viewer.