summaryrefslogtreecommitdiff
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorSan Mehat <san@google.com>2009-09-01 13:43:01 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:38:13 -0800
commit264b19d57c7466166b926f22d31d599b19a3ab35 (patch)
treec684e154e749ce0e5045bfd00b58a40d7fdc7fb9 /drivers/misc/Makefile
parent8cec508c086d0621fcfe333f0252c51ab90b693d (diff)
drivers: apanic: Android kernel panic handler.
This driver triggers when the kernel panics and attempts to write critical debug data to the flash. Signed-off-by: San Mehat <san@google.com> drivers: apanic: checkpatch fixes Signed-off-by: San Mehat <san@google.com> apanic: Fix a few cases of calling non-atomic things from atomic We need to pay special care to not enrage cond_resched(), and the base nand bb stuff calls schedule() so thats out. Signed-off-by: San Mehat <san@google.com>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 5b11c5d84bd8..e45055dc508d 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -51,3 +51,4 @@ obj-y += lis3lv02d/
obj-y += carma/
obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o
obj-$(CONFIG_WL127X_RFKILL) += wl127x-rfkill.o
+obj-$(CONFIG_APANIC) += apanic.o