Changes in uspace/Makefile [2a18193c:cb0ea39] in mainline


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r2a18193c 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.