diff options
author | Jan Glauber <jang@linux.vnet.ibm.com> | 2011-12-27 05:27:14 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2011-12-27 05:27:12 -0500 |
commit | 3b7f993394db7c446c251fb8eb32ec501a330acc (patch) | |
tree | 3fe348b8164385456807e905c5676a2a3df51175 /arch/s390/Makefile | |
parent | ddd6f9537dee9b713b87ecdc9ac920cd1935fdef (diff) |
[S390] make arch/s390 subdirectories depend on config option
Only add subdirectories of arch/s390 to kbuild if their respective
config option is selected.
Signed-off-by: Jan Glauber <jang@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Makefile')
-rw-r--r-- | arch/s390/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/Makefile b/arch/s390/Makefile index 27a0b5df5ead..e9f353341693 100644 --- a/arch/s390/Makefile +++ b/arch/s390/Makefile | |||
@@ -99,7 +99,6 @@ core-y += arch/s390/ | |||
99 | 99 | ||
100 | libs-y += arch/s390/lib/ | 100 | libs-y += arch/s390/lib/ |
101 | drivers-y += drivers/s390/ | 101 | drivers-y += drivers/s390/ |
102 | drivers-$(CONFIG_MATHEMU) += arch/s390/math-emu/ | ||
103 | 102 | ||
104 | # must be linked after kernel | 103 | # must be linked after kernel |
105 | drivers-$(CONFIG_OPROFILE) += arch/s390/oprofile/ | 104 | drivers-$(CONFIG_OPROFILE) += arch/s390/oprofile/ |