Changeset 59e9398b in mainline for uspace/Makefile
- Timestamp:
- 2010-12-18T19:07:51Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b2d06fa
- Parents:
- cc274f5a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rcc274f5a r59e9398b 93 93 # 94 94 95 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y) 96 LIBN = \ 97 srv/net/nil/eth \ 98 srv/net/nil/nildummy 99 else 100 DIRS += \ 101 srv/net/nil/eth \ 102 srv/net/nil/nildummy 103 endif 95 DIRS += \ 96 srv/net/nil/eth \ 97 srv/net/nil/nildummy 104 98 105 99 ## Platform-specific hardware support
Note:
See TracChangeset
for help on using the changeset viewer.