Fix a typo in r249213; the second bus_if.h should have been isa_if.h.

This commit is contained in:
marius 2013-05-29 23:56:49 +00:00
parent d8a1822e27
commit b70d778fe6

View File

@ -4,6 +4,6 @@
KMOD= atacbus
SRCS= ata-cbus.c
SRCS+= ata_if.h isa_if.h bus_if.h device_if.h bus_if.h
SRCS+= ata_if.h bus_if.h device_if.h isa_if.h
.include <bsd.kmod.mk>