]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/matrix_vision/mvbc_p/Makefile
Coding Style cleanup: replace leading SPACEs by TABs
[people/ms/u-boot.git] / board / matrix_vision / mvbc_p / Makefile
1 #
2 # (C) Copyright 2003
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # (C) Copyright 2004-2008
6 # Matrix-Vision GmbH, info@matrix-vision.de
7 #
8 # SPDX-License-Identifier: GPL-2.0+
9 #
10
11 include $(TOPDIR)/config.mk
12
13 LIB = $(obj)lib$(BOARD).o
14
15 COBJS := $(BOARD).o fpga.o
16
17 SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
18 OBJS := $(addprefix $(obj),$(COBJS))
19 SOBJS := $(addprefix $(obj),$(SOBJS))
20
21 $(LIB): $(obj).depend $(OBJS)
22 $(call cmd_link_o_target, $(OBJS))
23
24 #########################################################################
25
26 include $(SRCTREE)/rules.mk
27
28 sinclude $(obj).depend