Changeset 09178b7f in mainline for boot/Makefile.common
- Timestamp:
- 2010-12-25T17:21:51Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3750c06, 973ef9fc
- Parents:
- 3ac66f69 (diff), 092e4f1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r3ac66f69 r09178b7f 100 100 $(USPACE_PATH)/srv/hw/netif/dp8390/dp8390 \ 101 101 $(USPACE_PATH)/srv/net/netif/lo/lo \ 102 $(USPACE_PATH)/srv/net/nil/eth/eth \ 103 $(USPACE_PATH)/srv/net/nil/nildummy/nildummy \ 102 104 $(USPACE_PATH)/srv/net/il/arp/arp \ 103 105 $(USPACE_PATH)/srv/net/il/ip/ip \ … … 115 117 116 118 RD_DRV_CFG = 117 118 ifneq ($(CONFIG_NETIF_NIL_BUNDLE),y)119 RD_SRVS_NON_ESSENTIAL += \120 $(USPACE_PATH)/srv/net/nil/eth/eth \121 $(USPACE_PATH)/srv/net/nil/nildummy/nildummy122 endif123 119 124 120 RD_APPS_ESSENTIAL = \
Note:
See TracChangeset
for help on using the changeset viewer.