powerpc64: fix build regression

* linux/powerpc64/arch_regs.h: New file.
* Makefile.am (EXTRA_DIST): Add it.
This commit is contained in:
Дмитрий Левин 2015-02-23 21:28:33 +00:00
parent fcf7f8d51e
commit 7226c3a73d
2 changed files with 2 additions and 0 deletions

View File

@ -253,6 +253,7 @@ EXTRA_DIST = \
linux/powerpc/ioctls_inc0.h \
linux/powerpc/syscallent.h \
linux/powerpc/userent.h \
linux/powerpc64/arch_regs.h \
linux/powerpc64/errnoent.h \
linux/powerpc64/errnoent1.h \
linux/powerpc64/ioctls_arch0.h \

View File

@ -0,0 +1 @@
#include "powerpc/arch_regs.h"