소스 검색

Fix erronous mkimage target

Ulf Samuelsson 16 년 전
부모
커밋
377773e2f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      target/u-boot/Makefile.in

+ 1 - 1
target/u-boot/Makefile.in

@@ -290,7 +290,7 @@ $(U_BOOT_AUTOSCRIPT).$(PROJECT): $(U_BOOT_AUTOSCRIPT) $(MKIMAGE)
 #
 #############################################################
 ifeq ($(BR2_TARGET_UBOOT),y)
-TARGETS+=u-boot mkimage
+TARGETS+=u-boot
 endif
 
 u-boot-status: