Commit 5bf916ee authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman Committed by 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: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment