Changes in uspace/Makefile [336d2f52:e76e833] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r336d2f52 re76e833  
    111111        drv/bus/usb/vhc
    112112
     113ifeq ($(CONFIG_PCC),y)
     114DIRS += \
     115        app/cc \
     116        app/ccom \
     117        app/ccom/mkext \
     118        app/cpp
     119endif
     120
     121ifeq ($(CONFIG_BINUTILS),y)
     122DIRS += \
     123        app/binutils
     124endif
     125
    113126## Networking
    114127#
     
    175188        lib/usbdev \
    176189        lib/usbhid \
    177         lib/usbvirt
     190        lib/usbvirt \
     191        lib/posix
    178192
    179193LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.