Changeset 925a21e in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-09-24T14:20:29Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
Children:
5bf76c1
Parents:
867e2555 (diff), 1ab4aca (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r867e2555 r925a21e  
    3737        app/blkdump \
    3838        app/bnchmark \
     39        app/devctl \
    3940        app/edit \
    4041        app/ext2info \
     
    4445        app/killall \
    4546        app/klog \
     47        app/locinfo \
    4648        app/lsusb \
    4749        app/mkfat \
     50        app/mkmfs \
    4851        app/redir \
    4952        app/sbi \
     53        app/sportdmp \
    5054        app/stats \
    5155        app/taskdump \
     
    6569        app/mkbd \
    6670        srv/clip \
    67         srv/devmap \
     71        srv/loc \
    6872        srv/devman \
    6973        srv/loader \
     
    7781        srv/bd/part/guid_part \
    7882        srv/bd/part/mbr_part \
     83        srv/fs/exfat \
    7984        srv/fs/fat \
     85        srv/fs/cdfs \
    8086        srv/fs/tmpfs \
    81         srv/fs/devfs \
     87        srv/fs/mfs \
     88        srv/fs/locfs \
    8289        srv/fs/ext2fs \
     90        srv/hid/console \
    8391        srv/hid/s3c24xx_ts \
    8492        srv/hid/fb \
     
    111119        drv/bus/usb/vhc
    112120
     121ifeq ($(CONFIG_PCC),y)
     122DIRS += \
     123        app/cc \
     124        app/ccom \
     125        app/ccom/mkext \
     126        app/cpp
     127endif
     128
     129ifeq ($(CONFIG_BINUTILS),y)
     130DIRS += \
     131        app/binutils
     132endif
     133
    113134## Networking
    114135#
     
    120141## Platform-specific hardware support
    121142#
    122 
    123 ifneq ($(UARCH),abs32le)
    124         DIRS += srv/hid/console
    125 endif
    126143
    127144ifeq ($(UARCH),amd64)
     
    164181        lib/block \
    165182        lib/clui \
     183        lib/fmtutil \
    166184        lib/scsi \
    167185        lib/softint \
     
    169187        lib/drv \
    170188        lib/packet \
     189        lib/fb \
    171190        lib/net \
    172191        lib/ext2 \
     
    175194        lib/usbdev \
    176195        lib/usbhid \
    177         lib/usbvirt
     196        lib/usbvirt \
     197        lib/posix
    178198
    179199LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note: See TracChangeset for help on using the changeset viewer.