From 16d6a52754732197f475c6a70ff9ec171f154972 Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 25 Oct 2006 13:58:30 +0100 Subject: PV-on-HVM: Include a Makefile in each subdirectory to maintain compatability with kernels from before Kbuild files were introduced. This follows best practice as described in Documentation/kbuild/modules.txt Signed-off-by: Ian Campbell Signed-off-by: K. Y. Srinivasan Signed-off-by: Tsunehisa Doi --- unmodified_drivers/linux-2.6/netfront/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 unmodified_drivers/linux-2.6/netfront/Makefile (limited to 'unmodified_drivers/linux-2.6/netfront') diff --git a/unmodified_drivers/linux-2.6/netfront/Makefile b/unmodified_drivers/linux-2.6/netfront/Makefile new file mode 100644 index 0000000000..64e7acd194 --- /dev/null +++ b/unmodified_drivers/linux-2.6/netfront/Makefile @@ -0,0 +1,3 @@ +ifneq ($(KERNELRELEASE),) +include $(src)/Kbuild +endif -- cgit v1.2.3