diff options
Diffstat (limited to 'board/phytec/common/Makefile')
-rw-r--r-- | board/phytec/common/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/phytec/common/Makefile b/board/phytec/common/Makefile index 5fe8725ef68..fe28964ce21 100644 --- a/board/phytec/common/Makefile +++ b/board/phytec/common/Makefile @@ -8,3 +8,4 @@ obj- := __dummy__.o endif obj-$(CONFIG_PHYTEC_SOM_DETECTION) += phytec_som_detection.o +obj-$(CONFIG_PHYTEC_IMX8M_SOM_DETECTION) += imx8m_som_detection.o |