From 86cffec4d5a8aa8c54bb3653cd289f4b92bfa3e1 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 26 May 2001 01:48:56 +0000 Subject: Makefile targets to symlink arch-specific headers into include/ (only used on mipsel.) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7894ca733..367d5e990 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,7 @@ headers: dummy @ln -s $(KERNEL_SOURCE)/include/linux include/linux @ln -s ../libc/sysdeps/linux/$(TARGET_ARCH)/bits include/bits (cd include/bits; ln -sf ../../../../../uClibc_config.h uClibc_config.h) + make -C libc/sysdeps/linux/$(TARGET_ARCH) headers uClibc_config.h: Config @echo "/* WARNING!!! AUTO-GENERATED FILE!!! DO NOT EDIT!!! */" > uClibc_config.h @@ -169,7 +170,7 @@ install_dev: clean: @rm -rf tmp lib - rm -f include/asm include/linux include/bits uClibc_config.h + - find include -type l -exec rm -f {} \; - find . \( -name \*.o -o -name \*.a -o -name \*.so -o -name core \) -exec rm -f {} \; .PHONY: dummy subdirs -- cgit v1.2.3