diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 16:21:53 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 16:21:53 -0300 |
| commit | f7eb0f58685eeff5c650e8f56f04064954fff087 (patch) | |
| tree | e7b15f340be99930a27881ccf6aebb9dcd3e2cf6 /v4l/Makefile | |
| parent | 8cdbcfff94841040078b0f53189040cd4861eb2f (diff) | |
| download | mediapointer-dvb-s2-f7eb0f58685eeff5c650e8f56f04064954fff087.tar.gz mediapointer-dvb-s2-f7eb0f58685eeff5c650e8f56f04064954fff087.tar.bz2 | |
build: Don't copy data for staging builds
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Having to copy all changes at staging Kconfig and Makefile's are
unmaintainable. Instead, auto-generate Makefiles via script.
In the case of Kconfig, however, since we may have broken drivers, it is
better to just include the staging Kconfig sources at the proper places.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'v4l/Makefile')
| -rw-r--r-- | v4l/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/v4l/Makefile b/v4l/Makefile index 5f9e2f193..42618efa6 100644 --- a/v4l/Makefile +++ b/v4l/Makefile @@ -111,7 +111,6 @@ endif ifeq ($(makefile-media),1) -include $(obj)/Makefile.media -include $(obj)/Makefile.sound --include $(obj)/Makefile.staging endif -include $(obj)/.kconfig.dep |
