diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 08:47:03 -0200 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 08:47:03 -0200 |
| commit | b0ab681e920adac28d099cb1ec192d2ada2c160f (patch) | |
| tree | 170e336694491220e6769f55fea5e79382faba71 /v4l/Makefile | |
| parent | 34f7174184f8336672613230fb12421a8ab2d187 (diff) | |
| download | mediapointer-dvb-s2-b0ab681e920adac28d099cb1ec192d2ada2c160f.tar.gz mediapointer-dvb-s2-b0ab681e920adac28d099cb1ec192d2ada2c160f.tar.bz2 | |
Add compat support for usb_endpoint_type()
From: Mauro Carvalho Chehab <mchehab@redhat.com>
While here, make sure that config-compat.h is rebuild if the script
change.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l/Makefile')
| -rw-r--r-- | v4l/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 2aa856974..f96873227 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -256,7 +256,7 @@ links:: oss: ln -sf . oss -config-compat.h:: $(obj)/.version .myconfig +config-compat.h:: $(obj)/.version .myconfig scripts/make_config_compat.pl perl scripts/make_config_compat.pl $(SRCDIR) $(obj)/.myconfig $(obj)/config-compat.h kernel-links makelinks:: |
