Changeset 6353d0fd in mainline
- Timestamp:
- 2014-04-28T23:29:35Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9f40318f
- Parents:
- 33576fb2
- Files:
-
- 222 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
r33576fb2 r6353d0fd 624 624 ! CONFIG_BAREBONE (n/y) 625 625 626 % Build pcc binaries627 ! CONFIG_PCC (n/y)628 629 626 % Line debugging information 630 627 ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y) -
boot/Makefile.common
r33576fb2 r6353d0fd 218 218 $(USPACE_PATH)/app/df/df 219 219 220 ifeq ($(CONFIG_PCC),y)221 RD_APPS_NON_ESSENTIAL += \222 $(USPACE_PATH)/app/cc/cc \223 $(USPACE_PATH)/app/ccom/ccom \224 $(USPACE_PATH)/app/ccom/mkext/cc_mkext \225 $(USPACE_PATH)/app/cpp/cpp226 endif227 228 220 COMPONENTS = \ 229 221 $(KERNEL_PATH)/kernel.bin \ -
uspace/Makefile
r33576fb2 r6353d0fd 155 155 drv/nic/rtl8139 156 156 157 ifeq ($(CONFIG_PCC),y)158 DIRS += \159 app/cc \160 app/ccom \161 app/ccom/mkext \162 app/cpp163 endif164 165 157 ## Platform-specific hardware support 166 158 #
Note:
See TracChangeset
for help on using the changeset viewer.