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