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