diff options
author | Matteo Croce <matteo@openwrt.org> | 2010-01-20 16:29:18 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-03-18 07:53:16 +0000 |
commit | 42c259193ef3934733e300fefd3f0d0bb3576f3f (patch) | |
tree | 2d2a41893fa5a69e4f350eb9a348cde70b41a43d /drivers/mtd/devices | |
parent | 0c82d3ce2f479c728f99e228d9ae32a9cd853c5a (diff) |
mtd: small typo in Makefile
Cosmetic fix: the path in the Makefile is wrong
Signed-off-by: Matteo Croce <matteo@teknoraver.net>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/devices')
-rw-r--r-- | drivers/mtd/devices/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/Makefile b/drivers/mtd/devices/Makefile index ab5c9b92ac8..f3226b1d38f 100644 --- a/drivers/mtd/devices/Makefile +++ b/drivers/mtd/devices/Makefile @@ -1,5 +1,5 @@ # -# linux/drivers/devices/Makefile +# linux/drivers/mtd/devices/Makefile # obj-$(CONFIG_MTD_DOC2000) += doc2000.o |