[PATCH 5/9] kbuild: create fake command file for prebuilt object

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



There is of course no dependency info or build command line
associated with the proprietary binary only object file, so
the kernel build system warns.  Creating a cmd file with a
single carriage return keeps things quiet.

Signed-off-by: Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 9c86484..756e0bb 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ EXTRA_LDFLAGS := -d
 all: modules
 
 modules:
+	echo > .ltmdmobj.o_.cmd
 	$(MAKE) -C $(KBUILD_DIR) M="$(MSRC_DIR)"  modules
 
 install:
-- 
1.6.5.2


[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux