Changes in boot/Makefile.common [3e67ab1:9904eb90] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r3e67ab1 r9904eb90 98 98 $(USPACE_PATH)/srv/bd/part/guid_part/g_part \ 99 99 $(USPACE_PATH)/srv/bd/part/mbr_part/mbr_part \ 100 $(USPACE_PATH)/srv/bd/sata_bd/sata_bd \ 100 101 $(USPACE_PATH)/srv/clipboard/clipboard \ 101 102 $(USPACE_PATH)/srv/fs/tmpfs/tmpfs \ … … 122 123 nic/ne2k \ 123 124 nic/e1k \ 124 nic/rtl8139 125 nic/rtl8139 \ 126 block/ahci 125 127 126 128 RD_DRV_CFG = … … 201 203 endif 202 204 205 ifeq ($(CONFIG_MSIM),y) 206 RD_APPS_NON_ESSENTIAL += \ 207 $(USPACE_PATH)/app/msim/msim 208 endif 209 203 210 COMPONENTS = \ 204 211 $(KERNEL_PATH)/kernel.bin \
Note:
See TracChangeset
for help on using the changeset viewer.