Changeset ee24574 in mainline for uspace/Makefile


Ignore:
Timestamp:
2011-08-18T08:00:42Z (13 years ago)
Author:
Petr Koupy <petr.koupy@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a92cf94f
Parents:
0f963cb (diff), c53a705 (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 libposix changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r0f963cb ree24574  
    6565        app/mkbd \
    6666        srv/clip \
    67         srv/devmap \
     67        srv/loc \
    6868        srv/devman \
    6969        srv/loader \
     
    7979        srv/fs/fat \
    8080        srv/fs/tmpfs \
    81         srv/fs/devfs \
     81        srv/fs/locfs \
    8282        srv/fs/ext2fs \
     83        srv/hid/console \
    8384        srv/hid/s3c24xx_ts \
    8485        srv/hid/fb \
     
    134135#
    135136
    136 ifneq ($(UARCH),abs32le)
    137         DIRS += srv/hid/console
    138 endif
    139 
    140137ifeq ($(UARCH),amd64)
    141138        DIRS += \
     
    182179        lib/drv \
    183180        lib/packet \
     181        lib/imgmap \
    184182        lib/net \
    185183        lib/ext2 \
Note: See TracChangeset for help on using the changeset viewer.