Changeset 5ebdf94 in mainline for uspace/Makefile
- Timestamp:
- 2009-11-22T11:44:57Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3f085132
- Parents:
- 1787e527
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r1787e527 r5ebdf94 62 62 ifeq ($(UARCH),amd64) 63 63 DIRS += \ 64 srv/pci \ 65 app/lspci 64 srv/dd 66 65 endif 67 66 68 67 ifeq ($(UARCH),ia32) 69 68 DIRS += \ 70 srv/pci \ 71 app/lspci 69 srv/dd 72 70 endif 73 71 74 72 ifeq ($(UARCH),sparc64) 75 73 DIRS += \ 76 srv/pci \ 77 app/lspci \ 74 srv/dd \ 78 75 srv/cir/fhc \ 79 76 srv/cir/obio
Note:
See TracChangeset
for help on using the changeset viewer.