| # (C) Copyright 2000-2006 |
| # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| # Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. |
| # SPDX-License-Identifier: GPL-2.0+ |
| include $(TOPDIR)/config.mk |
| OBJS := $(addprefix $(obj),$(COBJS)) |
| $(LIB): $(obj).depend $(OBJS) |
| $(call cmd_link_o_target, $(OBJS)) |
| ######################################################################### |
| # defines $(obj).depend target |
| include $(SRCTREE)/rules.mk |
| ######################################################################### |