提交 5bf916ee 编写于 作者: G Greg Kroah-Hartman 提交者: David S. Miller

irda: move include/net/irda into staging subdirectory

And finally, move the irda include files into
drivers/staging/irda/include/net/irda.  Yes, it's a long path, but it
makes it easy for us to just add a Makefile directory path addition and
all of the net and drivers code "just works".
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 6c391ff7
......@@ -5,6 +5,8 @@
# Rewritten to use lists instead of if-statements.
#
subdir-ccflags-y += -I$(srctree)/drivers/staging/irda/include
# FIR drivers
obj-$(CONFIG_USB_IRDA) += irda-usb.o
obj-$(CONFIG_SIGMATEL_FIR) += stir4200.o
......
......@@ -2,6 +2,8 @@
# Makefile for the Linux IrDA protocol layer.
#
subdir-ccflags-y += -I$(srctree)/drivers/staging/irda/include
obj-$(CONFIG_IRDA) += irda.o
obj-$(CONFIG_IRLAN) += irlan/
obj-$(CONFIG_IRNET) += irnet/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册