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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

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