diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-07-19 17:23:44 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-07-20 10:13:50 +0200 |
commit | eceb6b924aea73223ea0b64c6ccf8c5d87a8138d (patch) | |
tree | fc0a3d69738362f2041c9f72cbdf70cd327fccb2 /target/linux/x86/image/Makefile | |
parent | 673004f9bc127a54935ffb4ca05bfb788fba345c (diff) | |
download | upstream-eceb6b924aea73223ea0b64c6ccf8c5d87a8138d.tar.gz upstream-eceb6b924aea73223ea0b64c6ccf8c5d87a8138d.tar.bz2 upstream-eceb6b924aea73223ea0b64c6ccf8c5d87a8138d.zip |
x86: remove obsolete reference to $(PROFILE)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/x86/image/Makefile')
-rw-r--r-- | target/linux/x86/image/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/x86/image/Makefile b/target/linux/x86/image/Makefile index 93b7fca2b7..602ea7e195 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 |