From 726abd4e519f97eda6f6dfc1b6b9505fc37e8b23 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sun, 21 Jan 2007 12:58:51 +0000 Subject: - provide means to "install uClibc headers in the target filesystem" without a native compiler --- toolchain/uClibc/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 toolchain/uClibc/Makefile.in (limited to 'toolchain/uClibc/Makefile.in') diff --git a/toolchain/uClibc/Makefile.in b/toolchain/uClibc/Makefile.in new file mode 100644 index 000000000..f83651ef0 --- /dev/null +++ b/toolchain/uClibc/Makefile.in @@ -0,0 +1,4 @@ + +ifeq ($(strip $(BR2_PACKAGE_UCLIBC_TARGET_HEADERS)),y) +TARGETS+=uclibc_target_headers +endif -- cgit v1.2.3