You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#=======================================
|
|
# export variable
|
|
#=======================================
|
|
|
|
ifneq ($(findstring $(CONFIG_SOCT_CHIP_REVERSION), "reserved19_b" "reserved17_d"), )
|
|
version := v2.0
|
|
else
|
|
version := v2.1
|
|
endif
|
|
|
|
obj-y += $(version)/
|
|
|