diff options
Diffstat (limited to 'arch/arm/mach-ixp23xx/Makefile')
| -rw-r--r-- | arch/arm/mach-ixp23xx/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-ixp23xx/Makefile b/arch/arm/mach-ixp23xx/Makefile new file mode 100644 index 000000000000..288b371b6d03 --- /dev/null +++ b/arch/arm/mach-ixp23xx/Makefile | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # | ||
| 2 | # Makefile for the linux kernel. | ||
| 3 | # | ||
| 4 | obj-y := core.o pci.o | ||
| 5 | obj-m := | ||
| 6 | obj-n := | ||
| 7 | obj- := | ||
| 8 | |||
| 9 | obj-$(CONFIG_MACH_ESPRESSO) += espresso.o | ||
| 10 | obj-$(CONFIG_MACH_IXDP2351) += ixdp2351.o | ||
| 11 | obj-$(CONFIG_MACH_ROADRUNNER) += roadrunner.o | ||
