Changes in uspace/Makefile [2a18193c:cb0ea39] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r2a18193c rcb0ea39 53 53 srv/devmap \ 54 54 app/tetris \ 55 app/shutters \ 55 56 app/tester \ 56 57 app/trace \ … … 61 62 62 63 ifeq ($(UARCH),amd64) 63 DIRS += srv/pci 64 DIRS += \ 65 srv/pci \ 66 app/lspci 64 67 endif 65 68 66 69 ifeq ($(UARCH),ia32) 67 DIRS += srv/pci 70 DIRS += \ 71 srv/pci \ 72 app/lspci 68 73 endif 69 74 70 75 ifeq ($(UARCH),sparc64) 71 76 DIRS += \ 77 srv/pci \ 78 app/lspci \ 72 79 srv/cir/fhc \ 73 80 srv/cir/obio
Note:
See TracChangeset
for help on using the changeset viewer.