Skip to content

Commit

Permalink
fix: BASE > 3.14 expressed as ifdef BASE_3_15.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Nov 13, 2023
1 parent f29d9e7 commit fd8bd52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion evgMrmApp/Db/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ DB += cpci-evg-300.db
DB += vme-evg230.db
DB += vme-evg230-nsls2.db
DB += mtca-evm-300.db
ifndef BASE_3_14
ifdef BASE_3_15
DB += evm-mtca-300.db
DB += evm-mtca-300-evr.db
endif # BASE_3_14
Expand Down
2 changes: 1 addition & 1 deletion evrMrmApp/Db/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ DB += evr-tg-300.db
DB += evr-mtca-300.db
DB += evr-pcie-300dc.db

ifndef BASE_3_14
ifdef BASE_3_15
DB += evr-300.db
endif

Expand Down

0 comments on commit fd8bd52

Please sign in to comment.