Changes in / [64639256:4069f5c] in mainline
- Files:
-
- 3 added
- 5 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r64639256 r4069f5c 562 562 ! CONFIG_BAREBONE (n/y) 563 563 564 % Build binutils binaries565 ! CONFIG_BINUTILS (n/y)566 567 564 % Line debugging information 568 565 ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y) -
Makefile
r64639256 r4069f5c 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.sh103 102 104 103 clean: -
boot/Makefile.common
r64639256 r4069f5c 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/ld172 endif173 174 168 ifneq ($(CONFIG_BAREBONE),y) 175 169 NET_CFG = \ -
uspace/Makefile
r64639256 r4069f5c 111 111 drv/bus/usb/vhc 112 112 113 ifeq ($(CONFIG_BINUTILS),y)114 DIRS += \115 app/binutils116 endif117 118 113 ## Networking 119 114 #
Note:
See TracChangeset
for help on using the changeset viewer.