forked from Minki/linux
uml: fix build breakage
UML now needs required-features.h to build - an empty one suffices. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
a3d25c275d
commit
1e0cb0c3bf
9
include/asm-um/required-features.h
Normal file
9
include/asm-um/required-features.h
Normal file
@ -0,0 +1,9 @@
|
||||
#ifndef __UM_REQUIRED_FEATURES_H
|
||||
#define __UM_REQUIRED_FEATURES_H
|
||||
|
||||
/*
|
||||
* Nothing to see, just need something for the i386 and x86_64 asm
|
||||
* headers to include.
|
||||
*/
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user