X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Farm%2Fmach-netx%2FMakefile;h=7ce4ba9eb242b1ec13855d918d625368d5d7220b;hb=6a4770e335bd4df0a4577146f76e116ab6e23f40;hp=b2b7dd25f2183374bd391bec893413d9dba8840c;hpb=8e77da68a6107ee47323fec5dfb3a93ebbc809e2;p=~andy%2Flinux diff --git a/arch/arm/mach-netx/Makefile b/arch/arm/mach-netx/Makefile index b2b7dd25f21..7ce4ba9eb24 100644 --- a/arch/arm/mach-netx/Makefile +++ b/arch/arm/mach-netx/Makefile @@ -1,11 +1,12 @@ # # Makefile for the linux kernel. # -# Note! Dependencies are done automagically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (ie not a .c file). # Object file lists. obj-y += time.o generic.o pfifo.o xc.o +# Specific board support +obj-$(CONFIG_MACH_NXDKN) += nxdkn.o +obj-$(CONFIG_MACH_NXDB500) += nxdb500.o fb.o +obj-$(CONFIG_MACH_NXEB500HMI) += nxeb500hmi.o fb.o