diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,6 +82,8 @@ headers: dummy ln -fs mips mipsel; \ cd $(shell pwd)/libpthread/linuxthreads/sysdeps; \ ln -fs mips mipsel; \ + elif [ $(TARGET_ARCH) = "cris" ];then \ + ln -fs $(KERNEL_SOURCE)/include/asm-cris include/asm; \ else \ if [ $(HAS_MMU) != "true" ]; then \ if [ -d $(KERNEL_SOURCE)/include/asm-$(TARGET_ARCH)nommu ] ; then \ |