Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 302329
b: refs/heads/master
c: eafeb7a
h: refs/heads/master
i:
  302327: 5c7f4e2
v: v3
  • Loading branch information
Stephen Warren authored and Linus Walleij committed Apr 18, 2012
1 parent 716b68d commit 1bc3859
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 57291ce295c0aca738dd284c4a9c591c09ebee71
refs/heads/master: eafeb7a44aa8f79c992b9d557ede740c739f4b25
4 changes: 3 additions & 1 deletion trunk/drivers/pinctrl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ ccflags-$(CONFIG_DEBUG_PINCTRL) += -DDEBUG
obj-$(CONFIG_PINCTRL) += core.o
obj-$(CONFIG_PINMUX) += pinmux.o
obj-$(CONFIG_PINCONF) += pinconf.o
obj-$(CONFIG_OF) += devicetree.o
ifeq ($(CONFIG_OF),y)
obj-$(CONFIG_PINCTRL) += devicetree.o
endif
obj-$(CONFIG_GENERIC_PINCONF) += pinconf-generic.o
obj-$(CONFIG_PINCTRL_PXA3xx) += pinctrl-pxa3xx.o
obj-$(CONFIG_PINCTRL_MMP2) += pinctrl-mmp2.o
Expand Down

0 comments on commit 1bc3859

Please sign in to comment.