]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/atmel/atngw100/Makefile
Add GPL-2.0+ SPDX-License-Identifier to source files
[thirdparty/u-boot.git] / board / atmel / atngw100 / Makefile
CommitLineData
6b443944
HS
1#
2# Copyright (C) 2005-2006 Atmel Corporation
3#
1a459660 4# SPDX-License-Identifier: GPL-2.0+
6b443944
HS
5
6include $(TOPDIR)/config.mk
7
6d8962e8 8LIB := $(obj)lib$(BOARD).o
6b443944 9
c8c845cf 10COBJS := $(BOARD).o
6b443944
HS
11
12SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
13OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
14
15$(LIB): $(obj).depend $(OBJS)
6d8962e8 16 $(call cmd_link_o_target, $(OBJS))
6b443944
HS
17
18#########################################################################
19
20# defines $(obj).depend target
21include $(SRCTREE)/rules.mk
22
23sinclude $(obj).depend
24
25#########################################################################