Changeset 9fe4db3 in mainline for boot/Makefile.common
- Timestamp:
- 2011-12-17T08:38:38Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 65d7b0a
- Parents:
- f4d5f90 (diff), 792807f (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
rf4d5f90 r9fe4db3 127 127 test/test3 \ 128 128 nic/lo \ 129 nic/ne2k 129 nic/ne2k \ 130 nic/e1k 130 131 131 132 RD_DRV_CFG = … … 208 209 $(USPACE_PATH)/srv/net/cfg/general \ 209 210 $(USPACE_PATH)/srv/net/cfg/lo.nic \ 210 $(USPACE_PATH)/srv/net/cfg/ne2k.nic 211 $(USPACE_PATH)/srv/net/cfg/ne2k.nic \ 212 $(USPACE_PATH)/srv/net/cfg/e1k.nic 211 213 endif 212 214
Note:
See TracChangeset
for help on using the changeset viewer.