Changeset 3f0ea0e2 in mainline
- Timestamp:
- 2012-04-03T13:21:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6c942e1
- Parents:
- a92f13d
- Files:
-
- 5 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
ra92f13d r3f0ea0e2 573 573 ! CONFIG_BINUTILS (n/y) 574 574 575 % Build MSIM binary 576 ! CONFIG_MSIM (n/y) 577 575 578 % Line debugging information 576 579 ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y) -
boot/Makefile.common
ra92f13d r3f0ea0e2 203 203 endif 204 204 205 ifeq ($(CONFIG_MSIM),y) 206 RD_APPS_NON_ESSENTIAL += \ 207 $(USPACE_PATH)/app/msim/msim 208 endif 209 205 210 ifneq ($(CONFIG_BAREBONE),y) 206 211 NET_CFG = \ -
uspace/Makefile
ra92f13d r3f0ea0e2 140 140 endif 141 141 142 ifeq ($(CONFIG_MSIM),y) 143 DIRS += \ 144 app/msim 145 endif 146 142 147 ## Platform-specific hardware support 143 148 #
Note:
See TracChangeset
for help on using the changeset viewer.