diff options
author | Olof Johansson <olof@lixom.net> | 2013-11-13 01:32:13 +0400 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-11-26 00:47:24 +0400 |
commit | 9742e127cd0dd5783f8c11c62d07886003114499 (patch) | |
tree | bc327139ca43687c55f5a348ff411c0bce9cd1a6 /drivers/platform/chrome/Makefile | |
parent | 7e3528c3660a2e8602abc7858b0994d611f74bc3 (diff) | |
download | linux-9742e127cd0dd5783f8c11c62d07886003114499.tar.xz |
platform/chrome: Add pstore platform_device
Add the ramoops pstore device so that we get logs of panics across reboots.
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/platform/chrome/Makefile')
-rw-r--r-- | drivers/platform/chrome/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/platform/chrome/Makefile b/drivers/platform/chrome/Makefile index 015e9195e226..2b860ca7450f 100644 --- a/drivers/platform/chrome/Makefile +++ b/drivers/platform/chrome/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_CHROMEOS_LAPTOP) += chromeos_laptop.o +obj-$(CONFIG_CHROMEOS_PSTORE) += chromeos_pstore.o |