]> Git Repo - u-boot.git/blame - board/netvia/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-i2c
[u-boot.git] / board / netvia / Makefile
CommitLineData
c609719b 1#
f9328639 2# (C) Copyright 2000-2006
c609719b
WD
3# Wolfgang Denk, DENX Software Engineering, [email protected].
4#
1a459660 5# SPDX-License-Identifier: GPL-2.0+
c609719b
WD
6#
7
8include $(TOPDIR)/config.mk
9
6d8962e8 10LIB = $(obj)lib$(BOARD).o
c609719b 11
f9328639 12COBJS = $(BOARD).o flash.o
c609719b 13
f9328639
MB
14SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
15OBJS := $(addprefix $(obj),$(COBJS))
16SOBJS := $(addprefix $(obj),$(SOBJS))
17
18$(LIB): $(obj).depend $(OBJS)
6d8962e8 19 $(call cmd_link_o_target, $(OBJS))
c609719b
WD
20
21#########################################################################
22
f9328639
MB
23# defines $(obj).depend target
24include $(SRCTREE)/rules.mk
c609719b 25
f9328639 26sinclude $(obj).depend
c609719b
WD
27
28#########################################################################
This page took 0.180047 seconds and 4 git commands to generate.