diff options
Diffstat (limited to 'board/atmel/sama5d2_ptc_ek/Makefile')
-rw-r--r-- | board/atmel/sama5d2_ptc_ek/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/board/atmel/sama5d2_ptc_ek/Makefile b/board/atmel/sama5d2_ptc_ek/Makefile new file mode 100644 index 0000000000..9fe4b410a1 --- /dev/null +++ b/board/atmel/sama5d2_ptc_ek/Makefile @@ -0,0 +1,8 @@ +# +# Copyright (C) 2017 Microchip Corporation +# Wenyou Yang <wenyou.yang@microchip.com> +# +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-y += sama5d2_ptc_ek.o |