diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-13 12:21:19 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-07-13 12:21:19 +0000 |
commit | e0dd5309bd9e875de70cfe78d3016f68669114ee (patch) | |
tree | 7f64807ac49d5a0e3d6751a3f5479400bf8ee79e | |
parent | 3147e777fefe9eb01b4bc42f3233e69198a74fdb (diff) | |
download | buildroot-novena-e0dd5309bd9e875de70cfe78d3016f68669114ee.tar.gz buildroot-novena-e0dd5309bd9e875de70cfe78d3016f68669114ee.zip |
- use established style
-rw-r--r-- | Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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 |