- Timestamp:
- 2012-01-14T09:53:41Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6d8455d
- Parents:
- 0a549cc (diff), d5c60a2 (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/arch
- Files:
-
- 2 edited
-
amd64/Makefile.inc (modified) (2 diffs)
-
ia64/Makefile.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
r0a549cc rf991b6b 28 28 29 29 RD_SRVS_ESSENTIAL += \ 30 $(USPACE_PATH)/srv/hw/char/i8042/i8042 \31 30 $(USPACE_PATH)/srv/hw/irc/apic/apic \ 32 31 $(USPACE_PATH)/srv/hw/irc/i8259/i8259 … … 39 38 bus/pci/pciintel \ 40 39 bus/isa \ 40 char/i8042 \ 41 41 char/ns8250 \ 42 char/ps2mouse \ 43 char/xtkbd \ 42 44 bus/usb/ehci\ 43 45 bus/usb/ohci \ -
boot/arch/ia64/Makefile.inc
r0a549cc rf991b6b 37 37 RD_SRVS_NON_ESSENTIAL += 38 38 39 RD_SRVS_ESSENTIAL += \ 40 $(USPACE_PATH)/srv/hw/char/i8042/i8042 39 RD_SRVS_ESSENTIAL += 41 40 42 41 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.
