Created
May 2, 2019 06:31
-
-
Save dineshshetty/8b5d7ae87aa4f2b5d9298e5826248b65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/drivers/Makefile b/drivers/Makefile | |
index 5f5ccdb..866c993 100644 | |
--- a/drivers/Makefile | |
+++ b/drivers/Makefile | |
@@ -183,3 +183,4 @@ obj-$(CONFIG_FPGA) += fpga/ | |
obj-$(CONFIG_FSI) += fsi/ | |
obj-$(CONFIG_TEE) += tee/ | |
obj-$(CONFIG_MULTIPLEXER) += mux/ | |
+obj-y += vulnerabilities/kernel_build/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment