This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-12-22 02:52:56 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f9492fda70
linux
/
drivers
/
sh
/
pfc
/
Makefile
4 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
sh-pfc: Merge PFC core and pinctrl The PFC core is only used by the pinctrl and gpio modules. As the gpio module depends on the pinctrl module, the pinctrl module will always be present if the core gets used. There is thus no point in keeping core and pinctrl in two seperate modules. Merge them. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Acked-by: Paul Mundt <lethal@linux-sh.org> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
2012-12-15 22:50:45 +00:00
sh-pfc-objs
=
core.o pinctrl.o
obj-y
+=
sh-pfc.o
sh: pfc: Shuffle PFC support core. This follows the intc/clk changes and shuffles the PFC support code under its own directory. This will facilitate better code sharing, and allow us to trim down the exported interface by quite a margin. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2012-07-10 02:49:30 +00:00
obj-$(CONFIG_GPIO_SH_PFC)
+=
gpio.o
Reference in New Issue
Copy Permalink