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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r9904eb90 r3e67ab1  
    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 \
    101100        $(USPACE_PATH)/srv/clipboard/clipboard \
    102101        $(USPACE_PATH)/srv/fs/tmpfs/tmpfs \
     
    123122        nic/ne2k \
    124123        nic/e1k \
    125         nic/rtl8139 \
    126         block/ahci
     124        nic/rtl8139
    127125
    128126RD_DRV_CFG =
     
    203201endif
    204202
    205 ifeq ($(CONFIG_MSIM),y)
    206 RD_APPS_NON_ESSENTIAL += \
    207         $(USPACE_PATH)/app/msim/msim
    208 endif
    209 
    210203COMPONENTS = \
    211204        $(KERNEL_PATH)/kernel.bin \
Note: See TracChangeset for help on using the changeset viewer.