Changes in uspace/Makefile [dccf721:975e7e9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rdccf721 r975e7e9 52 52 srv/bd/gxe_bd \ 53 53 srv/bd/rd \ 54 srv/bd/part/guid_part \ 54 55 srv/bd/part/mbr_part \ 55 56 srv/fs/fat \ … … 81 82 lib/libblock \ 82 83 lib/softint \ 83 lib/softfloat 84 lib/softfloat \ 85 86 ifeq ($(UARCH),amd64) 87 LIBS += lib/libpci 88 endif 89 90 ifeq ($(UARCH),ia32) 91 LIBS += lib/libpci 92 endif 93 84 94 85 95 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.