Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127856
b: refs/heads/master
c: 9f4dab4
h: refs/heads/master
v: v3
  • Loading branch information
David Brownell authored and Liam Girdwood committed Jan 8, 2009
1 parent 336179e commit 669416f
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: 74f544c1fc0339acf6f66ff438b8543b1f9faf10
refs/heads/master: 9f4dab49e5351aead75d20f2d39acd0d6cf5f1c6
4 changes: 3 additions & 1 deletion trunk/drivers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ obj-$(CONFIG_ARM_AMBA) += amba/

obj-$(CONFIG_XEN) += xen/

# regulators early, since some subsystems rely on them to initialize
obj-$(CONFIG_REGULATOR) += regulator/

# char/ comes before serial/ etc so that the VT console is the boot-time
# default.
obj-y += char/
Expand Down Expand Up @@ -101,5 +104,4 @@ obj-$(CONFIG_PPC_PS3) += ps3/
obj-$(CONFIG_OF) += of/
obj-$(CONFIG_SSB) += ssb/
obj-$(CONFIG_VIRTIO) += virtio/
obj-$(CONFIG_REGULATOR) += regulator/
obj-$(CONFIG_STAGING) += staging/

0 comments on commit 669416f

Please sign in to comment.