- Timestamp:
- 2010-11-21T17:13:32Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 31860b7
- Parents:
- 8b3bff5 (diff), 4087a33 (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. - Location:
- boot
- Files:
-
- 2 edited
-
Makefile.common (modified) (3 diffs)
-
arch/amd64/Makefile.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r8b3bff5 r1fe9bf6 99 99 $(USPACE_PATH)/srv/taskmon/taskmon \ 100 100 $(USPACE_PATH)/srv/hw/netif/dp8390/dp8390 \ 101 $(USPACE_PATH)/srv/hw/bus/usb/hcd/virtual/vhcd \ 101 102 $(USPACE_PATH)/srv/net/netif/lo/lo \ 102 103 $(USPACE_PATH)/srv/net/il/arp/arp \ … … 109 110 110 111 RD_DRVS = \ 111 root 112 root \ 113 vhc 112 114 113 115 RD_DRV_CFG = … … 140 142 $(USPACE_PATH)/app/ping/ping \ 141 143 $(USPACE_PATH)/app/stats/stats \ 144 $(USPACE_PATH)/app/virtusbkbd/vuk \ 142 145 $(USPACE_PATH)/app/tasks/tasks \ 143 146 $(USPACE_PATH)/app/top/top -
boot/arch/amd64/Makefile.inc
r8b3bff5 r1fe9bf6 40 40 pciintel \ 41 41 isa \ 42 ns8250 42 ns8250 \ 43 uhci \ 44 usbkbd 43 45 44 46 RD_DRV_CFG += \
Note:
See TracChangeset
for help on using the changeset viewer.
