Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform "inherit" support #48

Closed
jwise opened this issue Feb 19, 2018 · 1 comment
Closed

Platform "inherit" support #48

jwise opened this issue Feb 19, 2018 · 1 comment

Comments

@jwise
Copy link
Contributor

jwise commented Feb 19, 2018

It would be good to be able to produce both a snowy_s3 and snowy_dvt (and snowy_qemu...) without having to hand-write all of the stuff needed in those config.mk files right now. Best would be to be able to do something like:

$(call platform_clone,snowy_dvt,snowy_common)
$(call platform_add,snowy_dvt,snowy_bluetooth)

$(call platform_clone,snowy_qemu,snowy_common)
$(call platform_add,snowy_qemu,qemu_bluetooth)
@jwise
Copy link
Contributor Author

jwise commented Oct 12, 2020

I did something like this in 7a32d16.

@jwise jwise closed this as completed Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant