diff options
Diffstat (limited to 'target/linux/realtek/files/drivers/mtd/chips/rtl819x/Makefile')
-rw-r--r-- | target/linux/realtek/files/drivers/mtd/chips/rtl819x/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/realtek/files/drivers/mtd/chips/rtl819x/Makefile b/target/linux/realtek/files/drivers/mtd/chips/rtl819x/Makefile new file mode 100644 index 000000000..0e878a3b3 --- /dev/null +++ b/target/linux/realtek/files/drivers/mtd/chips/rtl819x/Makefile @@ -0,0 +1,12 @@ +#
+# linux/drivers/mtd/devices/rtd2885/Makefile
+#
+# $Id: Makefile,v 1.1.1.1 2005/01/12 03:23:03 cyhuang Exp $ + +EXTRA_CFLAGS += -DSPI_KERNEL
+
+obj-y += spi_probe.o spi_cmd.o spi_common.o spi_flash.o
+CFLAGS_spi_probe.o += -O0
+CFLAGS_spi_cmd.o += -O0
+CFLAGS_spi_common.o += -O0
+CFLAGS_spi_flash.o += -O0
|