Changeset 0b9ac3c in mainline for uspace/Makefile


Ignore:
Timestamp:
2010-02-23T19:03:28Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c62d2e1
Parents:
1ccafee (diff), 5e50394 (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

    r1ccafee r0b9ac3c  
    5959        srv/fs/tmpfs \
    6060        srv/fs/devfs \
    61         srv/hid/console \
    62         srv/hid/c_mouse \
     61        srv/hid/adb_mouse \
     62        srv/hid/char_mouse \
    6363        srv/hid/fb \
    6464        srv/hid/kbd \
    65         srv/hw/char/i8042
     65        srv/hw/char/i8042 \
     66        srv/net
     67
     68ifneq ($(UARCH),abs32le)
     69        DIRS += srv/hid/console
     70endif
    6671
    6772ifeq ($(UARCH),amd64)
     
    7176ifeq ($(UARCH),ia32)
    7277        DIRS += srv/hw/bus/pci
     78endif
     79
     80ifeq ($(UARCH),ppc32)
     81        DIRS += srv/hw/bus/cuda_adb
    7382endif
    7483
Note: See TracChangeset for help on using the changeset viewer.