]> Git Repo - u-boot.git/blame - board/cm-bf533/Makefile
gpio: omap5-uevm: Configure the tca6424 gpio expander
[u-boot.git] / board / cm-bf533 / Makefile
CommitLineData
e82d8a1f
MF
1#
2# U-boot - Makefile
3#
4# Copyright (c) 2005-2008 Analog Device Inc.
5#
6# (C) Copyright 2000-2006
7# Wolfgang Denk, DENX Software Engineering, [email protected].
8#
1a459660 9# SPDX-License-Identifier: GPL-2.0+
e82d8a1f
MF
10#
11
12include $(TOPDIR)/config.mk
13
6d8962e8 14LIB = $(obj)lib$(BOARD).o
e82d8a1f
MF
15
16COBJS-y := $(BOARD).o
17
18SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
19OBJS := $(addprefix $(obj),$(COBJS-y))
20SOBJS := $(addprefix $(obj),$(SOBJS-y))
21
9ff67e5e 22$(LIB): $(obj).depend $(OBJS) $(SOBJS)
6d8962e8 23 $(call cmd_link_o_target, $(OBJS) $(SOBJS))
e82d8a1f 24
e82d8a1f
MF
25#########################################################################
26
27# defines $(obj).depend target
28include $(SRCTREE)/rules.mk
29
30sinclude $(obj).depend
31
32#########################################################################
This page took 0.122657 seconds and 4 git commands to generate.