diff options
Diffstat (limited to 'board/mscc/ocelot/Makefile')
-rw-r--r-- | board/mscc/ocelot/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/mscc/ocelot/Makefile b/board/mscc/ocelot/Makefile new file mode 100644 index 0000000000..9f28c81268 --- /dev/null +++ b/board/mscc/ocelot/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: (GPL-2.0+ OR MIT) + +obj-$(CONFIG_SOC_OCELOT) := ocelot.o + |