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

Adding support for no_export flag. #608

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shareefj
Copy link
Contributor

Replicate --no-export command line argument using flags. This is useful for tool flows such as filelist generation where you don't want to copy all source files to the Fusesoc build directory.

Replicate --no-export command line argument using flags. This is useful
for tool flows such as filelist generation where you don't want to copy
all source files to the Fusesoc build directory.
@shareefj
Copy link
Contributor Author

@olofk This was equivalent to an old PR I created, you closed during a clean up, I re-opened and subsequently closed after convincing myself that there was already support for this when there wasn't. So here it is again.

The use case is really just to enable specific tool flows to prevent source files being exported without having to rely on the user to remember to supply the command line argument. I currently only use this in filelist generation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant