]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/icpdas/lp8x4x/Makefile
Add GPL-2.0+ SPDX-License-Identifier to source files
[thirdparty/u-boot.git] / board / icpdas / lp8x4x / Makefile
CommitLineData
c3442c1e
SY
1#
2# ICPDAS LP-8x4x Support
3#
4# Copyright (C) 2013 Sergey Yanovich <ynvich@gmail.com>
5#
1a459660 6# SPDX-License-Identifier: GPL-2.0+
c3442c1e
SY
7#
8
9include $(TOPDIR)/config.mk
10
11LIB = $(obj)lib$(BOARD).o
12
13COBJS := lp8x4x.o
14
15SRCS := $(COBJS:.o=.c)
16OBJS := $(addprefix $(obj),$(COBJS))
17
18$(LIB): $(obj).depend $(OBJS)
19 $(call cmd_link_o_target, $(OBJS))
20
21#########################################################################
22
23# defines $(obj).depend target
24include $(SRCTREE)/rules.mk
25
26sinclude $(obj).depend
27
28#########################################################################