1# 2# Makefile for mini-box PICOSAM9G45 (AT91SAM9G45) based board 3# (C) Copytight 2015 Inter Act B.V. 4# 5# Based on: 6# U-Boot file: board/atmel/at91sam9m10g45ek/Makefile 7# 8# (C) Copyright 2003-2008 9# Wolfgang Denk, DENX Software Engineering, wd@denx.de. 10# 11# (C) Copyright 2008 12# Stelian Pop <stelian@popies.net> 13# Lead Tech Design <www.leadtechdesign.com> 14# 15# SPDX-License-Identifier: GPL-2.0+ 16# 17 18obj-y += picosam9g45.o 19obj-y += led.o 20