- Timestamp:
- 2011-01-10T16:33:08Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b207803
- Parents:
- 863d45e (diff), 6610565b (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)
-
sparc64/Makefile.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
r863d45e r1ffa73b 30 30 31 31 RD_SRVS_ESSENTIAL += \ 32 $(USPACE_PATH)/srv/hw/char/i8042/i8042 32 $(USPACE_PATH)/srv/hw/char/i8042/i8042 \ 33 $(USPACE_PATH)/srv/hw/irc/apic/apic \ 34 $(USPACE_PATH)/srv/hw/irc/i8259/i8259 33 35 34 36 RD_SRVS_NON_ESSENTIAL += \ … … 45 47 usbkbd \ 46 48 vhc 47 49 48 50 RD_DRV_CFG += \ 49 51 isa/isa.dev -
boot/arch/sparc64/Makefile.inc
r863d45e r1ffa73b 43 43 44 44 RD_SRVS_ESSENTIAL += \ 45 $(USPACE_PATH)/srv/hw/ cir/fhc/fhc \46 $(USPACE_PATH)/srv/hw/ cir/obio/obio45 $(USPACE_PATH)/srv/hw/irc/fhc/fhc \ 46 $(USPACE_PATH)/srv/hw/irc/obio/obio 47 47 48 48 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.
