mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-07 09:15:21 +02:00
d34517dacf
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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19977 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
|
|
|