diff options
Diffstat (limited to 'sysdeps/mips')
-rw-r--r-- | sysdeps/mips/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mips/Makefile b/sysdeps/mips/Makefile index 54b3520c84..849785a550 100644 --- a/sysdeps/mips/Makefile +++ b/sysdeps/mips/Makefile @@ -1,5 +1,6 @@ ifeq ($(subdir),misc) -headers += regdef.h fpregdef.h sys/regdef.h sys/fpregdef.h sys/asm.h sgidefs.h +sysdep_headers += regdef.h fpregdef.h sys/regdef.h sys/fpregdef.h \ + sys/asm.h sgidefs.h endif ifeq ($(subdir),setjmp) |