Changes in uspace/Makefile [fef725d:6353d0fd] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rfef725d r6353d0fd  
    153153        drv/nic/ne2k \
    154154        drv/nic/e1k \
    155         drv/nic/rtl8139 \
    156         drv/nic/rtl8169
    157 
    158 ifeq ($(CONFIG_PCC),y)
    159 DIRS += \
    160         app/cc \
    161         app/ccom \
    162         app/ccom/mkext \
    163         app/cpp
    164 endif
    165 
    166 ifeq ($(CONFIG_BINUTILS),y)
    167 DIRS += \
    168         app/binutils
    169 endif
    170 
    171 ifeq ($(CONFIG_MSIM),y)
    172 DIRS += \
    173         app/msim
    174 endif
     155        drv/nic/rtl8139
    175156
    176157## Platform-specific hardware support
Note: See TracChangeset for help on using the changeset viewer.