Changes in uspace/Makefile [15eeb93:dccf721] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r15eeb93 rdccf721 81 81 lib/libblock \ 82 82 lib/softint \ 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 83 lib/softfloat 93 84 94 85 LIBC_BUILD = $(addsuffix .build,$(LIBC))
Note:
See TracChangeset
for help on using the changeset viewer.