From a1df417e74aa6dae7352dc8cbb0ad471af5b7c69 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 25 Apr 2016 10:00:44 -0400 Subject: initial Olimex linux tree from Daniel, originally Feb 3, 2016 --- linux/arch/arm/mach-rockchip/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 linux/arch/arm/mach-rockchip/Makefile (limited to 'linux/arch/arm/mach-rockchip/Makefile') diff --git a/linux/arch/arm/mach-rockchip/Makefile b/linux/arch/arm/mach-rockchip/Makefile new file mode 100644 index 00000000..5c3a9b2d --- /dev/null +++ b/linux/arch/arm/mach-rockchip/Makefile @@ -0,0 +1,5 @@ +CFLAGS_platsmp.o := -march=armv7-a + +obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip.o +obj-$(CONFIG_PM_SLEEP) += pm.o sleep.o +obj-$(CONFIG_SMP) += headsmp.o platsmp.o -- cgit