Skip to content

Update build rules and excluded architectures

Wayne Lewis requested to merge update-build-rules into master

Change build rules to the standard set that a typical E3 module uses. I could not build using the original RULES file as it was not including the /usr/include path for the system header files.

Exclude PowerPC architecture. Build fails on this architecture, and my understanding is that this module is only needed on x86_64 architecture.

Merge request reports