Changeset 63f8966 in mainline for uspace/Makefile
- Timestamp:
- 2010-03-23T14:56:27Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 18b5402c, 40e29f5, 76ca3f7
- Parents:
- 1b1164e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
r1b1164e8 r63f8966 98 98 endif 99 99 100 NETWORKING_COMMON += \100 NETWORKING_COMMON = \ 101 101 srv/net/netif/lo \ 102 102 srv/net/nil/eth \ … … 120 120 # 121 121 122 LIBC = lib/ libc122 LIBC = lib/c 123 123 LIBS = \ 124 lib/ libfs \125 lib/ libblock \124 lib/fs \ 125 lib/block \ 126 126 lib/softint \ 127 127 lib/softfloat \ 128 128 129 129 ifeq ($(UARCH),amd64) 130 LIBS += lib/ libpci130 LIBS += lib/pci 131 131 endif 132 132 133 133 ifeq ($(UARCH),ia32) 134 LIBS += lib/ libpci134 LIBS += lib/pci 135 135 endif 136 136
Note:
See TracChangeset
for help on using the changeset viewer.