diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-14 07:45:01 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-14 07:45:01 +0000 |
commit | f958d89724e5db98943e28c2dda45a86f27e6401 (patch) | |
tree | 063c1812c12079c9b79405cf8fc078768f7debf8 /project/Makefile.in | |
parent | 74cda1e49b8c0d3ee6d6069452cfc74ab8f9a536 (diff) | |
download | buildroot-novena-f958d89724e5db98943e28c2dda45a86f27e6401.tar.gz buildroot-novena-f958d89724e5db98943e28c2dda45a86f27e6401.zip |
Move project related info from main Makefile to project dir
Diffstat (limited to 'project/Makefile.in')
-rw-r--r-- | project/Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/project/Makefile.in b/project/Makefile.in new file mode 100644 index 000000000..b90f31267 --- /dev/null +++ b/project/Makefile.in @@ -0,0 +1,6 @@ +PROJECT:=$(strip $(subst ",,$(BR2_PROJECT))) +#")) +TARGET_HOSTNAME:=$(strip $(subst ",,$(BR2_HOSTNAME))) +#")) +BANNER:=$(strip $(subst ",,$(BR2_BANNER))) +#")) |