mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
[PATCH] sh: Re-add sh to drivers/Makefile
drivers/sh/ got dropped from drivers/Makefile, so add it back in.. Signed-off-by: Paul Mundt <lethal@linux-sh.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
de672e4ade
commit
e87eaad107
1 changed files with 1 additions and 0 deletions
|
@ -67,3 +67,4 @@ obj-$(CONFIG_INFINIBAND) += infiniband/
|
||||||
obj-$(CONFIG_SGI_IOC4) += sn/
|
obj-$(CONFIG_SGI_IOC4) += sn/
|
||||||
obj-y += firmware/
|
obj-y += firmware/
|
||||||
obj-$(CONFIG_CRYPTO) += crypto/
|
obj-$(CONFIG_CRYPTO) += crypto/
|
||||||
|
obj-$(CONFIG_SUPERH) += sh/
|
||||||
|
|
Loading…
Reference in a new issue