summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mentz <danielmentz@google.com>2021-09-14 14:17:18 -0700
committerDaniel Mentz <danielmentz@google.com>2021-09-14 14:17:18 -0700
commit0307660e7ce3b921b7c12d2a84707cde8b5d4124 (patch)
tree2061c582f45b80e0f606822db1bddccd83451cc4
parentea154468c2c4caf0e3c1b446c83a26ccd3e005d6 (diff)
downloadgchips-0307660e7ce3b921b7c12d2a84707cde8b5d4124.tar.gz
Makefile: Remove dependency on headers_install
Previously, this makefile wasn't invoked with the headers_install target. To work around this, we made modules_install depend on headers_install. Now, that we have the commit "build.config: Install UAPI headers of external modules", we no longer need this dependency. Signed-off-by: Daniel Mentz <danielmentz@google.com> Change-Id: Ic64a04cdb109d38aa3fc67e3d5d9e106bcd7744e
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b68a04..6dcc6df 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ ccflags-y := -I$(KERNEL_SRC)/../google-modules/video/gchips
EXTRA_CFLAGS += -I$(KERNEL_SRC)/../google-modules/video/gchips/include
-modules modules_install: headers_install
+modules modules_install:
$(MAKE) -C $(KERNEL_SRC) M=$(M) \
$(KBUILD_OPTIONS) \
EXTRA_CFLAGS="$(EXTRA_CFLAGS)" \