mirror of
https://github.com/tailix/drivers.git
synced 2024-11-20 11:06:32 -05:00
16 lines
333 B
Makefile
16 lines
333 B
Makefile
nobase_include_HEADERS = \
|
|
drivers.h \
|
|
drivers/console.h \
|
|
drivers/shutdown.h
|
|
|
|
# Intel 8253-compatible programmable interval timer
|
|
|
|
if ASM_I386
|
|
nobase_include_HEADERS += drivers/intel_8253_pit.h
|
|
endif
|
|
|
|
# Intel 8259-compatible programmable interrupt controller
|
|
|
|
if ASM_I386
|
|
nobase_include_HEADERS += drivers/intel_8259_pic.h
|
|
endif
|