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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

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