Changes in uspace/Makefile [a074b4f:b3d513f] in mainline
- File:
-
- 1 edited
-
uspace/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
ra074b4f rb3d513f 38 38 app/init \ 39 39 app/klog \ 40 app/mkfat \41 40 app/redir \ 42 app/taskdump \43 41 app/tester \ 44 42 app/tetris \ … … 48 46 srv/loader \ 49 47 srv/ns \ 50 srv/taskmon \51 48 srv/vfs \ 52 49 srv/bd/ata_bd \ … … 54 51 srv/bd/gxe_bd \ 55 52 srv/bd/rd \ 56 srv/bd/part/guid_part \57 53 srv/bd/part/mbr_part \ 58 54 srv/fs/fat \ … … 84 80 lib/libblock \ 85 81 lib/softint \ 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 82 lib/softfloat 96 83 97 84 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.
