Changeset 59e9398b in mainline for uspace/srv/net/cfg
- Timestamp:
- 2010-12-18T19:07:51Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b2d06fa
- Parents:
- cc274f5a
- Location:
- uspace/srv/net/cfg
- Files:
-
- 2 deleted
- 1 edited
-
Makefile (modified) (1 diff)
-
lo.netif_nil_bundle (deleted)
-
ne2k.netif_nil_bundle (deleted)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/cfg/Makefile
rcc274f5a r59e9398b 36 36 -include $(CONFIG_MAKEFILE) 37 37 38 ifeq ($(CONFIG_NETIF_NIL_BUNDLE),y) 39 LO_SOURCE = lo.netif_nil_bundle 40 NE2K_SOURCE = ne2k.netif_nil_bundle 41 else 42 LO_SOURCE = lo.netif_standalone 43 NE2K_SOURCE = ne2k.netif_standalone 44 endif 38 LO_SOURCE = lo.netif_standalone 39 NE2K_SOURCE = ne2k.netif_standalone 45 40 46 41 LO_TARGET = lo
Note:
See TracChangeset
for help on using the changeset viewer.
