diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-06-25 12:27:51 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-06-25 12:27:51 -0300 |
commit | f48aec454ec2a3889054b86709797534b4daac7a (patch) | |
tree | 9ca1db5f70788c9aef70dfd584128339f70b037b /v4l | |
parent | eb167a6a15becb8aa17bed0935d88e7a3d67e86d (diff) | |
download | mediapointer-dvb-s2-f48aec454ec2a3889054b86709797534b4daac7a.tar.gz mediapointer-dvb-s2-f48aec454ec2a3889054b86709797534b4daac7a.tar.bz2 |
Adds a new "make init" target
From: Mauro Carvalho Chehab <mchehab@infradead.org>
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 <mchehab@infradead.org>
---
v4l/Makefile | 5 +++++
1 file changed, 5 insertions(+)
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |