Changeset b79d450 in mainline for uspace/Makefile
- Timestamp:
- 2010-01-27T20:35:49Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fb6f1a5
- Parents:
- fccc236 (diff), 95e6c4f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rfccc236 rb79d450 38 38 app/init \ 39 39 app/klog \ 40 app/mkfat \ 40 41 app/redir \ 42 app/taskdump \ 41 43 app/tester \ 42 44 app/tetris \ … … 46 48 srv/loader \ 47 49 srv/ns \ 50 srv/taskmon \ 48 51 srv/vfs \ 49 52 srv/bd/ata_bd \ … … 51 54 srv/bd/gxe_bd \ 52 55 srv/bd/rd \ 56 srv/bd/part/guid_part \ 53 57 srv/bd/part/mbr_part \ 54 58 srv/fs/fat \ … … 80 84 lib/libblock \ 81 85 lib/softint \ 82 lib/softfloat 86 lib/softfloat \ 87 88 ifeq ($(UARCH),amd64) 89 LIBS += lib/libpci 90 endif 91 92 ifeq ($(UARCH),ia32) 93 LIBS += lib/libpci 94 endif 95 83 96 84 97 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.