diff options
Diffstat (limited to 'arch/arm/mach-s3c2443/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2443/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2443/Makefile b/arch/arm/mach-s3c2443/Makefile index d1843c9eb8bd..5ad95c798a54 100644 --- a/arch/arm/mach-s3c2443/Makefile +++ b/arch/arm/mach-s3c2443/Makefile @@ -18,3 +18,17 @@ obj-$(CONFIG_S3C2443_DMA) += dma.o # Machine support obj-$(CONFIG_MACH_SMDK2443) += mach-smdk2443.o +obj-$(CONFIG_MACH_CC9M2443JS) += mach-cc9m2443js.o gpio.o +obj-$(CONFIG_MACH_CCW9M2443JS) += mach-ccw9m2443js.o piper-ccw9m2443.o gpio.o + +ifeq ($(CONFIG_MACH_CCW9M2443JS),y) +CFLAGS_piper-ccw9m2443.o += -I$(srctree)/drivers/net/wireless/digiPiper/ +CFLAGS_mach-ccw9m2443js.o += -I$(srctree)/drivers/net/wireless/digiPiper/ +endif + + +# Support for the USB overload protection +obj-$(CONFIG_MACH_CC9M2443JS_USB) += cc9m2443js-usb.o + +# Power Management support +obj-$(CONFIG_MACH_CC9M2443JS_PM) += cc9m2443js-pm.o cc9m2443js-sleep.o |