summaryrefslogtreecommitdiff
path: root/mk/toolchain.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-30 01:29:39 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-30 01:32:37 +0200
commita33deff5a51abab7ea8b65f0253541e4c8d5f6f9 (patch)
tree970630dea45d581cd8d390cf207adbc0319e23cc /mk/toolchain.mk
parentbb8d15472650025589ac3c0ee6ce78552ef43d57 (diff)
downloadembtoolkit-a33deff5a51abab7ea8b65f0253541e4c8d5f6f9.tar.gz
embtoolkit-a33deff5a51abab7ea8b65f0253541e4c8d5f6f9.tar.bz2
embtoolkit-a33deff5a51abab7ea8b65f0253541e4c8d5f6f9.tar.xz
Toolchain: linux headers: mv kernel-headers.mk to linux.mk
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/toolchain.mk')
-rw-r--r--mk/toolchain.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index 8dc4ae0..9de958e 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -72,7 +72,7 @@ include $(EMBTK_ROOT)/mk/binutils.mk
include $(EMBTK_ROOT)/mk/gcc.mk
#linux kernel headers
-include $(EMBTK_ROOT)/mk/kernel-headers.mk
+include $(EMBTK_ROOT)/mk/linux.mk
#Autotools
include $(EMBTK_ROOT)/mk/libtool.mk
@@ -90,7 +90,7 @@ ifeq ($(CONFIG_EMBTK_CLIB_EGLIBC),y)
include $(EMBTK_ROOT)/mk/eglibc.mk
TOOLCHAINBUILD := mkinitialpath ccache_install \
$(AUTOTOOLS_INSTALL) $(EMBTK_CMAKE_INSTALL) \
- kernel-headers_install \
+ linux_headers_install \
gmp_host_install mpfr_host_install mpc_host_install \
binutils_install gcc1_install eglibc_headers_install \
gcc2_install eglibc_install gcc3_install
@@ -99,7 +99,7 @@ else
include $(EMBTK_ROOT)/mk/uclibc.mk
TOOLCHAINBUILD := mkinitialpath ccache_install \
$(AUTOTOOLS_INSTALL) $(EMBTK_CMAKE_INSTALL) \
- kernel-headers_install \
+ linux_headers_install \
gmp_host_install mpfr_host_install mpc_host_install \
binutils_install gcc1_install uclibc_headers_install \
gcc2_install uclibc_install gcc3_install