Changes in boot/arch/amd64/Makefile.inc [9d58539:2fc487f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/amd64/Makefile.inc
r9d58539 r2fc487f 27 27 # 28 28 29 PAGE_SIZE = 4096 30 29 31 RD_SRVS_ESSENTIAL += \ 32 $(USPACE_PATH)/srv/hw/char/i8042/i8042 \ 30 33 $(USPACE_PATH)/srv/hw/irc/apic/apic \ 31 34 $(USPACE_PATH)/srv/hw/irc/i8259/i8259 … … 35 38 36 39 RD_DRVS += \ 40 audio/sb16 \ 41 char/ns8250 \ 37 42 infrastructure/rootpc \ 38 43 bus/pci/pciintel \ 39 44 bus/isa \ 40 char/i8042 \41 char/ns8250 \42 char/ps2mouse \43 char/xtkbd \44 45 bus/usb/ehci\ 45 46 bus/usb/ohci \
Note:
See TracChangeset
for help on using the changeset viewer.