diff options
Diffstat (limited to 'include/mtd')
-rw-r--r-- | include/mtd/Kbuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/mtd/Kbuild b/include/mtd/Kbuild index e1da2a5b2a57..13e7a3c6d794 100644 --- a/include/mtd/Kbuild +++ b/include/mtd/Kbuild | |||
@@ -1,2 +1,6 @@ | |||
1 | unifdef-y := mtd-abi.h | 1 | header-y += inftl-user.h |
2 | header-y := inftl-user.h jffs2-user.h mtd-user.h nftl-user.h | 2 | header-y += jffs2-user.h |
3 | header-y += mtd-user.h | ||
4 | header-y += nftl-user.h | ||
5 | |||
6 | unifdef-y += mtd-abi.h | ||