RE: [PATCH] ARM: S3C64XX: remove obsolete Makefile line

2013-04-02 Thread Kukjin Kim
Paul Bolle wrote: > > Commit a07613a54d700a974f3a4a657da78ef5d097315d ("Merge branch > 'samsung/dt' into samsung/cleanup") added this line to > arch/arm/mach-s3c64xx/Makefile: > obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o > > But at that time CONFIG_S3C64XX_DEV_SPI wasn't a valid Kconfig

RE: [PATCH] ARM: S3C64XX: remove obsolete Makefile line

2013-04-02 Thread Kukjin Kim
Paul Bolle wrote: Commit a07613a54d700a974f3a4a657da78ef5d097315d (Merge branch 'samsung/dt' into samsung/cleanup) added this line to arch/arm/mach-s3c64xx/Makefile: obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o But at that time CONFIG_S3C64XX_DEV_SPI wasn't a valid Kconfig macro

[PATCH] ARM: S3C64XX: remove obsolete Makefile line

2013-03-29 Thread Paul Bolle
Commit a07613a54d700a974f3a4a657da78ef5d097315d ("Merge branch 'samsung/dt' into samsung/cleanup") added this line to arch/arm/mach-s3c64xx/Makefile: obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o But at that time CONFIG_S3C64XX_DEV_SPI wasn't a valid Kconfig macro anymore and

[PATCH] ARM: S3C64XX: remove obsolete Makefile line

2013-03-29 Thread Paul Bolle
Commit a07613a54d700a974f3a4a657da78ef5d097315d (Merge branch 'samsung/dt' into samsung/cleanup) added this line to arch/arm/mach-s3c64xx/Makefile: obj-$(CONFIG_S3C64XX_DEV_SPI) += dev-spi.o But at that time CONFIG_S3C64XX_DEV_SPI wasn't a valid Kconfig macro anymore and