diff options
Diffstat (limited to 'board/raspberrypi/rpi_3_32b/Makefile')
-rw-r--r-- | board/raspberrypi/rpi_3_32b/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/raspberrypi/rpi_3_32b/Makefile b/board/raspberrypi/rpi_3_32b/Makefile new file mode 100644 index 0000000000..78e287487c --- /dev/null +++ b/board/raspberrypi/rpi_3_32b/Makefile @@ -0,0 +1,7 @@ +# +# (C) Copyright 2012-2016 Stephen Warren <swarren@wwwdotorg.org> +# +# SPDX-License-Identifier: GPL-2.0 +# + +obj-y := ../rpi/rpi.o |