view cfg-headers/rv_swe-2092.h @ 672:3e4f212e5d49

targets/*.conf cleanup: remove unnecessary TPUDRV_blob= lines MAIN_blob= and/or TPUDRV_blob= may be *optionally* defined in targets/*.conf files; if either variable is defined, it means that using the specified version of the blob library is allowed on this target, albeit likely suboptimal; if the variable is not defined, then using a blob is not an option and compilation from source is required for this component. MAIN_blob= and TPUDRV_blob= are now defaulted to empty in configure.sh, thus there is no need to explicitly specify that using a blob is not a valid option.
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 29 May 2020 03:11:16 +0000
parents fd8227e3047d
children
line wrap: on
line source

#ifndef __RV_SWE_H__
#define __RV_SWE_H__

#define RVM_ATP_SWE
#define RVM_AUDIO_SWE
#define RVM_ETM_SWE
#define RVM_DAR_SWE
#define RVM_SPI_SWE
#define RVM_LLS_SWE
#define RVM_KPD_SWE
#define RVM_LCC_SWE
#define RVM_R2D_SWE
#define RVM_MKS_SWE
#define RVM_RTC_SWE
#define RVM_FFS_SWE

#endif /* __RV_SWE_H__ */