Changeset cb0ea39 in mainline for uspace/Makefile


Ignore:
Timestamp:
2009-08-09T13:56:50Z (15 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
24f27bb
Parents:
24edc18
Message:

dd: initial import of the original svn branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r24edc18 rcb0ea39  
    5353        srv/devmap \
    5454        app/tetris \
     55        app/shutters \
    5556        app/tester \
    5657        app/trace \
     
    6162
    6263ifeq ($(UARCH),amd64)
    63         DIRS += srv/pci
     64        DIRS += \
     65                srv/pci \
     66                app/lspci
    6467endif
    6568
    6669ifeq ($(UARCH),ia32)
    67         DIRS += srv/pci
     70        DIRS += \
     71                srv/pci \
     72                app/lspci
    6873endif
    6974
    7075ifeq ($(UARCH),sparc64)
    7176        DIRS += \
     77                srv/pci \
     78                app/lspci \
    7279                srv/cir/fhc \
    7380                srv/cir/obio
Note: See TracChangeset for help on using the changeset viewer.