Changes in boot/Makefile.common [3e67ab1:9904eb90] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r3e67ab1 r9904eb90  
    9898        $(USPACE_PATH)/srv/bd/part/guid_part/g_part \
    9999        $(USPACE_PATH)/srv/bd/part/mbr_part/mbr_part \
     100        $(USPACE_PATH)/srv/bd/sata_bd/sata_bd \
    100101        $(USPACE_PATH)/srv/clipboard/clipboard \
    101102        $(USPACE_PATH)/srv/fs/tmpfs/tmpfs \
     
    122123        nic/ne2k \
    123124        nic/e1k \
    124         nic/rtl8139
     125        nic/rtl8139 \
     126        block/ahci
    125127
    126128RD_DRV_CFG =
     
    201203endif
    202204
     205ifeq ($(CONFIG_MSIM),y)
     206RD_APPS_NON_ESSENTIAL += \
     207        $(USPACE_PATH)/app/msim/msim
     208endif
     209
    203210COMPONENTS = \
    204211        $(KERNEL_PATH)/kernel.bin \
Note: See TracChangeset for help on using the changeset viewer.