summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mach-mpc85xx/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:10:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-05-14 07:10:55 +0200
commitcc31adf78d10eb1a5880ef51e240ab4273315e4b (patch)
tree4a33bb60a4e230634e60dfe7503e60c2536ecdcd /arch/powerpc/mach-mpc85xx/Makefile
parente4ea8e8bfa7a37fea2d97c3d268206417e196bdf (diff)
parent992116ba3aeda6635c103ea2d04682bdd081fb4b (diff)
downloadbarebox-cc31adf78d10eb1a5880ef51e240ab4273315e4b.tar.gz
barebox-cc31adf78d10eb1a5880ef51e240ab4273315e4b.tar.xz
Merge branch 'for-next/kbuild'
Diffstat (limited to 'arch/powerpc/mach-mpc85xx/Makefile')
-rw-r--r--arch/powerpc/mach-mpc85xx/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/powerpc/mach-mpc85xx/Makefile b/arch/powerpc/mach-mpc85xx/Makefile
new file mode 100644
index 0000000000..de4f5efde2
--- /dev/null
+++ b/arch/powerpc/mach-mpc85xx/Makefile
@@ -0,0 +1,14 @@
+obj-y += cpuid.o
+obj-y += cpu.o
+obj-y += cpu_init.o
+obj-y += fsl_law.o
+obj-y += speed.o
+obj-y +=time.o
+obj-y += fsl_gpio.o
+obj-y += fsl_i2c.o
+obj-$(CONFIG_MP) += mp.o
+obj-$(CONFIG_OFTREE) += fdt.o
+obj-$(CONFIG_DRIVER_NET_GIANFAR) += eth-devices.o
+obj-$(CONFIG_FSL_DDR2) += ../ddr-8xxx/
+obj-$(CONFIG_FSL_DDR3) += ../ddr-8xxx/
+extra-y += barebox.lds