COMPONENT_EMBED_FILES, which separator?

kurtzweber
Posts: 64
Joined: Tue Jan 10, 2017 1:09 pm

COMPONENT_EMBED_FILES, which separator?

Postby kurtzweber » Sat May 06, 2017 8:55 pm

Hi

probably a stupid question but I cannot find the correct way to specify more than a file in the component.mk to be embedded...

if I add two lines:
COMPONENT_EMBED_FILES := a.bin
COMPONENT_EMBED_FILES := b.bin

it only embed the last, while if I try to do something like:

COMPONENT_EMBED_FILES := a.bin,b.bin
COMPONENT_EMBED_FILES := a.bin;b.bin
...

I always get an error...
Thanks!

kurtzweber
Posts: 64
Joined: Tue Jan 10, 2017 1:09 pm

Re: COMPONENT_EMBED_FILES, which separator?

Postby kurtzweber » Sat May 06, 2017 8:57 pm

well it was very easy... :oops:

SPACE is the answer:

COMPONENT_EMBED_FILES := a.bin b.bin
;)

Who is online

Users browsing this forum: No registered users and 54 guests