소스 검색

x86: remove obsolete reference to $(PROFILE)

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 9 년 전
부모
커밋
eceb6b924a
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      target/linux/x86/image/Makefile

+ 0 - 1
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