Changeset 33576fb2 in mainline
- Timestamp:
- 2014-04-27T20:44:48Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6353d0fd
- Parents:
- d815b74
- Files:
-
- 6 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
rd815b74 r33576fb2 627 627 ! CONFIG_PCC (n/y) 628 628 629 % Build MSIM binary630 ! CONFIG_MSIM (n/y)631 632 629 % Line debugging information 633 630 ! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y) -
boot/Makefile.common
rd815b74 r33576fb2 226 226 endif 227 227 228 ifeq ($(CONFIG_MSIM),y)229 RD_APPS_NON_ESSENTIAL += \230 $(USPACE_PATH)/app/msim/msim231 endif232 233 228 COMPONENTS = \ 234 229 $(KERNEL_PATH)/kernel.bin \ -
uspace/Makefile
rd815b74 r33576fb2 163 163 endif 164 164 165 ifeq ($(CONFIG_MSIM),y)166 DIRS += \167 app/msim168 endif169 170 165 ## Platform-specific hardware support 171 166 #
Note:
See TracChangeset
for help on using the changeset viewer.