Lines 59-64
Link Here
|
59 |
L: lm-sensors@lm-sensors.org |
59 |
L: lm-sensors@lm-sensors.org |
60 |
S: Maintained |
60 |
S: Maintained |
61 |
F: drivers/hwmon/f75375s.c |
61 |
F: drivers/hwmon/f75375s.c |
|
|
62 |
diff --git a/Makefile b/Makefile |
63 |
index 314a3aa..8190a1c 100644 |
64 |
--- a/Makefile |
65 |
+++ b/Makefile |
66 |
@@ -980,11 +980,6 @@ prepare0: archprepare FORCE |
67 |
# All the preparing.. |
68 |
prepare: prepare0 |
69 |
|
70 |
-# Leave this as default for preprocessing vmlinux.lds.S, which is now |
71 |
-# done in arch/$(ARCH)/kernel/Makefile |
72 |
- |
73 |
-export CPPFLAGS_vmlinux.lds += -P -C -U$(ARCH) |
74 |
- |
75 |
# The asm symlink changes when $(ARCH) changes. |
76 |
# Detect this and ask user to run make mrproper |
77 |
# If asm is a stale symlink (point to dir that does not exist) remove it |
62 |
diff --git a/arch/arm/Makefile b/arch/arm/Makefile |
78 |
diff --git a/arch/arm/Makefile b/arch/arm/Makefile |
63 |
index c877d6d..41edaf2 100644 |
79 |
index c877d6d..41edaf2 100644 |
64 |
--- a/arch/arm/Makefile |
80 |
--- a/arch/arm/Makefile |