Changeset cb0ea39 in mainline for uspace/Makefile
- Timestamp:
- 2009-08-09T13:56:50Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 24f27bb
- Parents:
- 24edc18
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r24edc18 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.