packages: clean up the package folder
[openwrt.git] / package / mtd / src / Makefile
diff --git a/package/mtd/src/Makefile b/package/mtd/src/Makefile
deleted file mode 100644 (file)
index 4e6aee8..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-CC = gcc
-CFLAGS += -Wall
-
-obj = mtd.o jffs2.o crc32.o
-obj.seama = seama.o md5.o
-obj.ar71xx = trx.o
-obj.brcm = trx.o
-obj.brcm47xx = $(obj.brcm)
-obj.brcm63xx = imagetag.o
-obj.ramips = $(obj.seama)
-
-ifdef FIS_SUPPORT
-  obj += fis.o
-endif
-
-mtd: $(obj) $(obj.$(TARGET))
-clean:
-       rm -f *.o jffs2