summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/headers/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/uClibc/headers/Makefile')
-rw-r--r--toolchain/uClibc/headers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uClibc/headers/Makefile b/toolchain/uClibc/headers/Makefile
index 67a2d95c37..abd3620d33 100644
--- a/toolchain/uClibc/headers/Makefile
+++ b/toolchain/uClibc/headers/Makefile
@@ -20,6 +20,7 @@ define Host/Install
ARCH="$(CONFIG_ARCH)" \
pregen \
install_headers
+ $(CP) $(BUILD_DIR_TOOLCHAIN)/linux-dev/* $(BUILD_DIR_TOOLCHAIN)/$(LIBC)-dev/
endef
$(eval $(call HostBuild))