diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2013-06-28 10:49:25 +0200 |
---|---|---|
committer | Hans Verkuil <hans.verkuil@cisco.com> | 2013-06-28 10:49:25 +0200 |
commit | 497ade44064918aa76c1b4b7aed18b2bea812363 (patch) | |
tree | 0e96502bac582ee752cea803245a76ae572cc5b4 /Makefile.am | |
parent | 02267aa51333068ce5601474d51f193267f273ea (diff) |
Remove references to v4l2-chip-ident.h
This header will be removed soon and v4l2-dbg no longer uses it.
So remove any references to it.
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 5d3ed2cd..2cf56b28 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,8 +19,7 @@ sync-with-kernel: ! -f $(KERNEL_DIR)/include/uapi/linux/dvb/frontend.h -o \ ! -f $(KERNEL_DIR)/include/uapi/linux/dvb/dmx.h -o \ ! -f $(KERNEL_DIR)/include/uapi/linux/dvb/audio.h -o \ - ! -f $(KERNEL_DIR)/include/uapi/linux/dvb/video.h -o \ - ! -f $(KERNEL_DIR)/include/media/v4l2-chip-ident.h ]; then \ + ! -f $(KERNEL_DIR)/include/uapi/linux/dvb/video.h ]; then \ echo "Error you must set KERNEL_DIR to point to an extracted kernel source dir"; \ exit 1; \ fi @@ -32,10 +31,8 @@ sync-with-kernel: cp -a $(KERNEL_DIR)/include/uapi/linux/dvb/dmx.h $(top_srcdir)/include/linux/dvb cp -a $(KERNEL_DIR)/include/uapi/linux/dvb/audio.h $(top_srcdir)/include/linux/dvb cp -a $(KERNEL_DIR)/include/uapi/linux/dvb/video.h $(top_srcdir)/include/linux/dvb - cp -a $(KERNEL_DIR)/include/media/v4l2-chip-ident.h $(top_srcdir)/include/media $(MAKE) -C utils/keytable $@ - $(MAKE) -C utils/v4l2-dbg $@ $(MAKE) -C utils/xc3028-firmware $@ $(MAKE) -C lib/libdvbv5 $@ $(MAKE) -C contrib/freebsd $@ |