Changes in uspace/Makefile [e76e833:c6f08726] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    re76e833 rc6f08726  
    8181        srv/fs/devfs \
    8282        srv/fs/ext2fs \
     83        srv/hid/console \
    8384        srv/hid/s3c24xx_ts \
    8485        srv/hid/fb \
     
    111112        drv/bus/usb/vhc
    112113
    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 
    126114## Networking
    127115#
     
    133121## Platform-specific hardware support
    134122#
    135 
    136 ifneq ($(UARCH),abs32le)
    137         DIRS += srv/hid/console
    138 endif
    139123
    140124ifeq ($(UARCH),amd64)
     
    182166        lib/drv \
    183167        lib/packet \
     168        lib/imgmap \
    184169        lib/net \
    185170        lib/ext2 \
     
    188173        lib/usbdev \
    189174        lib/usbhid \
    190         lib/usbvirt \
    191         lib/posix
     175        lib/usbvirt
    192176
    193177LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.