Changes in boot/Makefile.common [a54bd98:3e67ab1] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
ra54bd98 r3e67ab1 149 149 150 150 RD_APPS_NON_ESSENTIAL = \ 151 $(USPACE_PATH)/app/bithenge/bithenge \152 151 $(USPACE_PATH)/app/blkdump/blkdump \ 153 152 $(USPACE_PATH)/app/bnchmark/bnchmark \ … … 202 201 endif 203 202 204 ifeq ($(CONFIG_MSIM),y)205 RD_APPS_NON_ESSENTIAL += \206 $(USPACE_PATH)/app/msim/msim207 endif208 209 203 COMPONENTS = \ 210 204 $(KERNEL_PATH)/kernel.bin \
Note:
See TracChangeset
for help on using the changeset viewer.