mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-03 20:44:18 +00:00
86494323fe
The fixing of the watchdog driver makes it generate a NMI so the reboot_fixup can no longer be called from NMI context, instead, override the machine_retart callback with our southrbridge reboot mechanism. Patch by Bernhard Loos. SVN-Revision: 19977
6 lines
130 B
Makefile
6 lines
130 B
Makefile
#
|
|
# Makefile for the RDC321x specific parts of the kernel
|
|
#
|
|
obj-$(CONFIG_X86_RDC321X) := gpio.o platform.o pci.o reboot.o
|
|
|