]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/earthlcd/favr-32-ezkit/Makefile
Add GPL-2.0+ SPDX-License-Identifier to source files
[people/ms/u-boot.git] / board / earthlcd / favr-32-ezkit / Makefile
CommitLineData
0eb5717a
HCE
1#
2# (C) Copyright 2001-2006
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# Copyright (C) 2008 Atmel Corporation
6#
1a459660 7# SPDX-License-Identifier: GPL-2.0+
0eb5717a
HCE
8
9include $(TOPDIR)/config.mk
10
6d8962e8 11LIB := $(obj)lib$(BOARD).o
0eb5717a
HCE
12
13COBJS := $(BOARD).o flash.o
14
15SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
16OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
17
18$(LIB): $(obj).depend $(OBJS)
6d8962e8 19 $(call cmd_link_o_target, $(OBJS))
0eb5717a
HCE
20
21#########################################################################
22
23# defines $(obj).depend target
24include $(SRCTREE)/rules.mk
25
26sinclude $(obj).depend
27
28#########################################################################