[source] x86: remove obsolete reference to $(PROFILE)

LEDE Commits lede-commits at lists.infradead.org
Wed Jul 20 01:18:28 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=eceb6b924aea73223ea0b64c6ccf8c5d87a8138d

commit eceb6b924aea73223ea0b64c6ccf8c5d87a8138d
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Jul 19 17:23:44 2016 +0200

    x86: remove obsolete reference to $(PROFILE)
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/x86/image/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile
index 93b7fca..602ea7e 100644
--- a/target/linux/x86/image/Makefile
+++ b/target/linux/x86/image/Makefile
@@ -194,7 +194,6 @@ define Image/Build
   endif
 	$(CP) $(KDIR)/bzImage $(BIN_DIR)/$(IMG_PREFIX)-vmlinuz
 	$(call Image/Build/gzip/$(1))
-	$(call Image/Build/Profile/$(PROFILE),$(1))
 ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
 	$(call Image/Build/Initramfs)
 endif



More information about the lede-commits mailing list