Changeset 5ebdf94 in mainline for uspace/Makefile


Ignore:
Timestamp:
2009-11-22T11:44:57Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3f085132
Parents:
1787e527
Message:

dd branch merged with head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r1787e527 r5ebdf94  
    6262ifeq ($(UARCH),amd64)
    6363        DIRS += \
    64                 srv/pci \
    65                 app/lspci
     64                srv/dd
    6665endif
    6766
    6867ifeq ($(UARCH),ia32)
    6968        DIRS += \
    70                 srv/pci \
    71                 app/lspci
     69                srv/dd
    7270endif
    7371
    7472ifeq ($(UARCH),sparc64)
    7573        DIRS += \
    76                 srv/pci \
    77                 app/lspci \
     74                srv/dd \
    7875                srv/cir/fhc \
    7976                srv/cir/obio
Note: See TracChangeset for help on using the changeset viewer.