From a4e62a74a7b798d4b20383e0529a252757d0c909 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Mon, 8 Nov 2010 07:31:25 +0000 Subject: [buildroot] make targets provide their KERNELNAME git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23919 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/x86/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/x86') diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 3cbed95426..fb365dd8ea 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -16,6 +16,8 @@ LINUX_VERSION:=2.6.32.25 include $(INCLUDE_DIR)/target.mk +KERNELNAME:=bzImage + $(eval $(call BuildTarget)) $(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \ -- cgit v1.2.3