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!
COMPONENT_EMBED_FILES, which separator?
-
- Posts: 64
- Joined: Tue Jan 10, 2017 1:09 pm
Re: COMPONENT_EMBED_FILES, which separator?
well it was very easy...
SPACE is the answer:
COMPONENT_EMBED_FILES := a.bin b.bin
SPACE is the answer:
COMPONENT_EMBED_FILES := a.bin b.bin
Who is online
Users browsing this forum: cdollar, tahseenabbas52 and 63 guests