From f48aec454ec2a3889054b86709797534b4daac7a Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 25 Jun 2007 12:27:51 -0300 Subject: Adds a new "make init" target From: Mauro Carvalho Chehab If you have tools like "dkms" installed, you may lose your kernel config at kernel source tree. The new "init" target allows recreating kernel basic init files from V4L tree. Signed-off-by: Mauro Carvalho Chehab --- v4l/Makefile | 5 +++++ 1 file changed, 5 insertions(+) --- v4l/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/v4l/Makefile b/v4l/Makefile index 954d5227e..325c01ca9 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -404,3 +404,8 @@ snapshot snap tarball:: update distclean (cd ..; tar czf $(snapdir)/$(snap)-$(date).tar.gz .) hg history --style scripts/map-changelog > /$(snapdir)/$(snap)-ChangeLog-$(date) $(MAKE) -C $(snapdir) + +init: + make -C $(KDIR) init + +$(KDIR)/include/linux/autoconf.h: init -- cgit v1.2.3