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


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    rcb0ea39 r2a18193c  
    5353        srv/devmap \
    5454        app/tetris \
    55         app/shutters \
    5655        app/tester \
    5756        app/trace \
     
    6261
    6362ifeq ($(UARCH),amd64)
    64         DIRS += \
    65                 srv/pci \
    66                 app/lspci
     63        DIRS += srv/pci
    6764endif
    6865
    6966ifeq ($(UARCH),ia32)
    70         DIRS += \
    71                 srv/pci \
    72                 app/lspci
     67        DIRS += srv/pci
    7368endif
    7469
    7570ifeq ($(UARCH),sparc64)
    7671        DIRS += \
    77                 srv/pci \
    78                 app/lspci \
    7972                srv/cir/fhc \
    8073                srv/cir/obio
Note: See TracChangeset for help on using the changeset viewer.