Judging by the usage, this header belongs in there instead of being limited to dos module only. This change makes it easier to reuse code for new features related to drives mounting/unmounting.
41 lines
452 B
Makefile
41 lines
452 B
Makefile
noinst_HEADERS = \
|
|
bios_disk.h \
|
|
bios.h \
|
|
callback.h \
|
|
compiler.h \
|
|
control.h \
|
|
cpu.h \
|
|
cross.h \
|
|
debug.h \
|
|
dma.h \
|
|
dosbox.h \
|
|
dos_inc.h \
|
|
dos_system.h \
|
|
drives.h \
|
|
fpu.h \
|
|
hardware.h \
|
|
inout.h \
|
|
ipx.h \
|
|
ipxserver.h \
|
|
joystick.h \
|
|
keyboard.h \
|
|
logging.h \
|
|
mapper.h \
|
|
mem.h \
|
|
midi.h \
|
|
mixer.h \
|
|
mouse.h \
|
|
paging.h \
|
|
pci_bus.h \
|
|
pic.h \
|
|
programs.h \
|
|
regs.h \
|
|
render.h \
|
|
serialport.h \
|
|
setup.h \
|
|
shell.h \
|
|
support.h \
|
|
timer.h \
|
|
types.h \
|
|
vga.h \
|
|
video.h
|