drivers: neural_net: Add cmake files

Added cmake files for neural_net acceleration drivers

Signed-off-by: Sathish Kuttan <sathish.k.kuttan@intel.com>
This commit is contained in:
Sathish Kuttan 2018-08-16 15:24:48 -07:00 committed by Anas Nashif
commit cf27979d8b
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,3 @@
zephyr_library()
zephyr_library_sources_ifdef(CONFIG_INTEL_GNA intel_gna.c)