92a74f1c1c
The new trend in linux is not to store headers which define on-media format in the include/ directory, but instead, store them locally. This is because these headers "do not define any kernel<->userspace interface". Do so for UBI as well. Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
6 lines
142 B
Makefile
6 lines
142 B
Makefile
header-y += inftl-user.h
|
|
header-y += jffs2-user.h
|
|
header-y += mtd-abi.h
|
|
header-y += mtd-user.h
|
|
header-y += nftl-user.h
|
|
header-y += ubi-user.h
|