]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/isee/igep00x0/Makefile
9ad0213bc621faa395cfce5e9ad7d7d0ca08ae50
[karo-tx-uboot.git] / board / isee / igep00x0 / Makefile
1 #
2 # (C) Copyright 2000, 2001, 2002
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 include $(TOPDIR)/config.mk
9
10 LIB     = $(obj)lib$(BOARD).o
11
12 COBJS   := igep00x0.o
13
14 SRCS    := $(COBJS:.o=.c)
15 OBJS    := $(addprefix $(obj),$(COBJS))
16
17 $(LIB): $(obj).depend $(OBJS)
18         $(call cmd_link_o_target, $(OBJS))
19
20 #########################################################################
21
22 # defines $(obj).depend target
23 include $(SRCTREE)/rules.mk
24
25 sinclude $(obj).depend
26
27 #########################################################################