Changeset 8b863a62 in mainline for boot/arch/amd64/Makefile.inc
- Timestamp:
- 2014-04-16T17:14:06Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f857e8b
- Parents:
- dba3e2c (diff), 70b570c (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
-
boot/arch/amd64/Makefile.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
rdba3e2c r8b863a62 28 28 29 29 RD_SRVS_ESSENTIAL += \ 30 $(USPACE_PATH)/srv/audio/hound/hound \ 31 $(USPACE_PATH)/srv/devman/devman \ 30 32 $(USPACE_PATH)/srv/hw/irc/apic/apic \ 31 33 $(USPACE_PATH)/srv/hw/irc/i8259/i8259 32 34 33 RD_SRVS_NON_ESSENTIAL += \34 $(USPACE_PATH)/srv/bd/ata_bd/ata_bd35 35 36 RD_DRVS += \36 RD_DRVS_ESSENTIAL += \ 37 37 infrastructure/rootpc \ 38 block/ata_bd \ 38 39 bus/pci/pciintel \ 39 40 bus/isa \ 41 audio/sb16 \ 40 42 char/i8042 \ 43 char/ps2mouse \ 44 char/xtkbd 45 46 RD_DRVS_NON_ESSENTIAL += \ 41 47 char/ns8250 \ 42 char/ps2mouse \43 char/xtkbd \44 48 time/cmos-rtc \ 45 49 bus/usb/ehci\ … … 57 61 bus/isa 58 62 63 RD_APPS_ESSENTIAL += \ 64 $(USPACE_PATH)/app/edit/edit \ 65 $(USPACE_PATH)/app/mixerctl/mixerctl \ 66 $(USPACE_PATH)/app/wavplay/wavplay \ 67 59 68 BOOT_OUTPUT = $(ROOT_PATH)/image.iso 60 69 PREBUILD = $(INITRD).img
Note:
See TracChangeset
for help on using the changeset viewer.
