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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rc6f08726 re76e833  
    8181        srv/fs/devfs \
    8282        srv/fs/ext2fs \
    83         srv/hid/console \
    8483        srv/hid/s3c24xx_ts \
    8584        srv/hid/fb \
     
    112111        drv/bus/usb/vhc
    113112
     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
    114126## Networking
    115127#
     
    121133## Platform-specific hardware support
    122134#
     135
     136ifneq ($(UARCH),abs32le)
     137        DIRS += srv/hid/console
     138endif
    123139
    124140ifeq ($(UARCH),amd64)
     
    166182        lib/drv \
    167183        lib/packet \
    168         lib/imgmap \
    169184        lib/net \
    170185        lib/ext2 \
     
    173188        lib/usbdev \
    174189        lib/usbhid \
    175         lib/usbvirt
     190        lib/usbvirt \
     191        lib/posix
    176192
    177193LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.