Show no_hw_limits as FW_NAME for builds with disabled limits

FW_NAME can still be overridden at hwconf level

Signed-off-by: Marcos Chaparro <mchaparro@powerdesigns.ca>
This commit is contained in:
Marcos Chaparro 2022-05-03 11:16:40 -03:00
parent d290f61ddf
commit df9097a0a3
1 changed files with 4 additions and 0 deletions

View File

@ -41,8 +41,12 @@
#endif
#ifndef FW_NAME
#ifdef DISABLE_HW_LIMITS
#define FW_NAME "no_hw_limits"
#else
#define FW_NAME ""
#endif
#endif
// Possible HW properties.