From fe1cba690a9afdd661abf0285b08ce95c6347de7 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 3 Apr 2010 18:55:09 +0200 Subject: Remove old Linux infrastructure Signed-off-by: Thomas Petazzoni --- target/Makefile.in | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'target/Makefile.in') diff --git a/target/Makefile.in b/target/Makefile.in index 8feb5644d..9a751166c 100644 --- a/target/Makefile.in +++ b/target/Makefile.in @@ -1,7 +1,3 @@ -BR2_PACKAGE_LINUX_FORMAT:=$(call qstrip,$(BR2_PACKAGE_LINUX_FORMAT)) -BR2_PACKAGE_LINUX_KCONFIG:=$(call qstrip,$(BR2_PACKAGE_LINUX_KCONFIG)) - - # COPY_FILE absolute_path_to_file, target_directory, filename ifneq ($(call qstrip,$(BUILDROOT_COPYTO)),) # Use shell definition define COPY_FILE @@ -56,16 +52,4 @@ include target/generic/Makefile.in include target/device/Makefile.in include target/xtensa/Makefile.in -# kernel rules -# We already did add the kernel target to TARGETS and now just pull in the rules -# to actually build this target. - -ifeq ($(BR2_KERNEL_LINUX),y) -include target/linux/Makefile.in -endif - -ifeq ($(BR2_KERNEL_LINUX_ADVANCED),y) -include target/linux/Makefile.in.advanced -endif - include target/device/Makefile.in.linux -- cgit v1.2.3