diff options
Diffstat (limited to 'arch/arm/mach-shark/Makefile')
-rw-r--r-- | arch/arm/mach-shark/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-shark/Makefile b/arch/arm/mach-shark/Makefile new file mode 100644 index 000000000000..45be9b04e7ba --- /dev/null +++ b/arch/arm/mach-shark/Makefile @@ -0,0 +1,12 @@ +# +# Makefile for the linux kernel. +# + +# Object file lists. + +obj-y := core.o dma.o irq.o pci.o +obj-m := +obj-n := +obj- := + +obj-$(CONFIG_LEDS) += leds.o |