2
1
Bernhard Reutner-Fischer 18 жил өмнө
parent
commit
e0dd5309bd
1 өөрчлөгдсөн 6 нэмэгдсэн , 3 устгасан
  1. 6 3
      Makefile

+ 6 - 3
Makefile

@@ -156,9 +156,12 @@ else
 TARGETS:=uclibc
 endif
 
-PROJECT:=$(strip $(subst ",,$(BR2_PROJECT)))  # "))
-TARGET_HOSTNAME:=$(strip $(subst ",,$(BR2_HOSTNAME))) # " ))
-BANNER:=$(strip $(subst ",,$(BR2_BANNER))) # " ))
+PROJECT:=$(strip $(subst ",,$(BR2_PROJECT)))
+#"))
+TARGET_HOSTNAME:=$(strip $(subst ",,$(BR2_HOSTNAME)))
+#"))
+BANNER:=$(strip $(subst ",,$(BR2_BANNER)))
+#"))
 
 
 include toolchain/Makefile.in