- Timestamp:
- 2010-12-13T07:20:20Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 309dea52
- Parents:
- 84439d7 (diff), 37f7cfe (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) (2 diffs)
-
arch/amd64/Makefile.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/Makefile.common
r84439d7 r75732da 111 111 RD_DRVS = \ 112 112 root \ 113 vhc 113 rootvirt \ 114 test1 \ 115 test2 114 116 115 117 RD_DRV_CFG = … … 142 144 $(USPACE_PATH)/app/ping/ping \ 143 145 $(USPACE_PATH)/app/stats/stats \ 144 $(USPACE_PATH)/app/virtusbkbd/vuk \145 146 $(USPACE_PATH)/app/tasks/tasks \ 146 $(USPACE_PATH)/app/top/top 147 $(USPACE_PATH)/app/top/top \ 148 $(USPACE_PATH)/app/usbinfo/usbinfo \ 149 $(USPACE_PATH)/app/virtusbkbd/vuk 147 150 148 151 ifneq ($(CONFIG_BAREBONE),y) -
boot/arch/amd64/Makefile.inc
r84439d7 r75732da 37 37 38 38 RD_DRVS += \ 39 root ia32\39 rootpc \ 40 40 pciintel \ 41 41 isa \ … … 43 43 uhci \ 44 44 usbhub \ 45 usbkbd 45 usbkbd \ 46 vhc 46 47 47 48 RD_DRV_CFG += \
Note:
See TracChangeset
for help on using the changeset viewer.
