This website requires JavaScript.
Explore
Help
Register
Sign In
renegade-project
/
linux-next
Watch
2
Star
0
Fork
0
You've already forked linux-next
mirror of
https://github.com/edk2-porting/linux-next.git
synced
2024-12-25 21:54:06 +08:00
Code
43d2f53292
linux-next
/
arch
/
arm
/
mach-vt8500
/
Makefile
2 lines
52 B
Makefile
Raw
Normal View
History
Unescape
Escape
arm: vt8500: Update arch-vt8500 to devicetree support. Merged existing board files to a single dt-capable file. Converted irq and timer code to devicetree. Removed existing device files that are no longer required with devicetree support. All existing platform devices are converted to devicetree nodes except PWM. Removed restart.c and moved code into vt8500.c to remove duplicate PMC code. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Acked-by: Arnd Bergmann <arnd@arndb.de>
2012-08-03 17:00:06 +08:00
obj-$(CONFIG_ARCH_VT8500)
+=
irq.o timer.o vt8500.o
Copy Permalink