]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/renesas/rsk7269/Makefile
blackfin: Move machine specific gpio_port_t structure back to blackfin arch folder.
[karo-tx-uboot.git] / board / renesas / rsk7269 / Makefile
1 #
2 # Copyright (C) 2012 Renesas Electronics Europe Ltd.
3 # Copyright (C) 2012 Phil Edworthy
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6
7 include $(TOPDIR)/config.mk
8
9 LIB     = lib$(BOARD).o
10
11 OBJS    := rsk7269.o
12 SOBJS   := lowlevel_init.o
13
14 LIB     := $(addprefix $(obj),$(LIB))
15 OBJS    := $(addprefix $(obj),$(OBJS))
16 SOBJS   := $(addprefix $(obj),$(SOBJS))
17
18 $(LIB): $(obj).depend $(OBJS) $(SOBJS)
19         $(call cmd_link_o_target, $(OBJS) $(SOBJS))
20
21 #########################################################################
22
23 # defines $(obj).depend target
24 include $(SRCTREE)/rules.mk
25
26 sinclude $(obj).depend