summaryrefslogtreecommitdiffstats
path: root/uClinux-2.4.20-uc1/drivers/block/wbflash/Makefile
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2011-03-18 19:56:30 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2011-03-18 19:56:30 (GMT)
commitb10d9039a678f38ed48f4cf032c6b3bc82848594 (patch)
treefb0f35237b91b33d0694b8213d89cef0e84a80b8 /uClinux-2.4.20-uc1/drivers/block/wbflash/Makefile
parent569556c4a762771f01d767db95ad18966cedd2f7 (diff)
downloadopenipcam-b10d9039a678f38ed48f4cf032c6b3bc82848594.zip
openipcam-b10d9039a678f38ed48f4cf032c6b3bc82848594.tar.gz
openipcam-b10d9039a678f38ed48f4cf032c6b3bc82848594.tar.bz2
Winbond flash support.
Diffstat (limited to 'uClinux-2.4.20-uc1/drivers/block/wbflash/Makefile')
-rw-r--r--uClinux-2.4.20-uc1/drivers/block/wbflash/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/uClinux-2.4.20-uc1/drivers/block/wbflash/Makefile b/uClinux-2.4.20-uc1/drivers/block/wbflash/Makefile
new file mode 100644
index 0000000..426559f
--- /dev/null
+++ b/uClinux-2.4.20-uc1/drivers/block/wbflash/Makefile
@@ -0,0 +1,7 @@
+O_TARGET := wbflash.o
+
+obj-$(CONFIG_WBFLASHDRV) += cfi.o flash_u.o image.o
+
+#export-objs := wbflash.o
+
+include $(TOPDIR)/Rules.make