mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
- use established style
This commit is contained in:
parent
3147e777fe
commit
e0dd5309bd
9
Makefile
9
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
|
||||
|
Loading…
Reference in New Issue
Block a user