Changeset 5856b627 in mainline for boot/arch/amd64/Makefile.inc
- Timestamp:
- 2013-08-20T12:36:48Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 26e2de3
- Parents:
- 0ee999d (diff), 4da8fdb (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
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
r0ee999d r5856b627 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_DRVS += \ 35 36 RD_DRVS_ESSENTIAL += \ 34 37 infrastructure/rootpc \ 35 38 block/ata_bd \ 36 39 bus/pci/pciintel \ 37 40 bus/isa \ 41 audio/sb16 \ 38 42 char/i8042 \ 43 char/ps2mouse \ 44 char/xtkbd 45 46 RD_DRVS_NON_ESSENTIAL += \ 39 47 char/ns8250 \ 40 char/ps2mouse \41 char/xtkbd \42 48 time/cmos-rtc \ 43 49 bus/usb/ehci\ … … 54 60 bus/isa 55 61 62 RD_APPS_ESSENTIAL += \ 63 $(USPACE_PATH)/app/edit/edit \ 64 $(USPACE_PATH)/app/mixerctl/mixerctl \ 65 $(USPACE_PATH)/app/wavplay/wavplay \ 66 56 67 BOOT_OUTPUT = $(ROOT_PATH)/image.iso 57 68 PREBUILD = $(INITRD).img
Note:
See TracChangeset
for help on using the changeset viewer.