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