diff options
author | Tobias Anderberg <tobias.anderberg@axis.com> | 2002-09-16 08:09:21 +0000 |
---|---|---|
committer | Tobias Anderberg <tobias.anderberg@axis.com> | 2002-09-16 08:09:21 +0000 |
commit | 66812a6f8c6cdc5fd2495ebf45ebaf606eb80198 (patch) | |
tree | 8e8d281b9535d55a8e3d213a3ee8fada1ebe60af /libc/sysdeps/linux | |
parent | 35df59db508dbf23437f3253f25147191796e19f (diff) |
Added cris to ALL_SUBDIRS
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/Makefile b/libc/sysdeps/linux/Makefile index 5c6842ce5..757576efc 100644 --- a/libc/sysdeps/linux/Makefile +++ b/libc/sysdeps/linux/Makefile @@ -25,7 +25,7 @@ TOPDIR=../../../ include $(TOPDIR)Rules.mak DIRS = common $(TARGET_ARCH) -ALL_SUBDIRS = arm common h8300 i386 m68k mips powerpc sh sparc v850 +ALL_SUBDIRS = arm common cris h8300 i386 m68k mips powerpc sh sparc v850 all: subdirs |