Changeset 15eeb93 in mainline
- Timestamp:
- 2010-01-15T22:21:19Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf240cb, dc9162b
- Parents:
- e5773c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
re5773c6 r15eeb93 80 80 lib/libfs \ 81 81 lib/libblock \ 82 lib/libpci \83 82 lib/softint \ 84 83 lib/softfloat \ 84 85 ifeq ($(UARCH),amd64) 86 LIBS += lib/libpci 87 endif 88 89 ifeq ($(UARCH),ia32) 90 LIBS += lib/libpci 91 endif 92 85 93 86 94 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.