mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
3bddafaab4
We have converted all makefiles needed to build $(LIBS). Until this commit we used to grep switch so that U-Boot style and Kbuild style makefiles coexist. But we do not need any more. Goint forward, use always Kbuild style Makefile when adding a new Makefile Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
14 lines
313 B
Makefile
14 lines
313 B
Makefile
#
|
|
# (C) Copyright 2010,2011
|
|
# NVIDIA Corporation <www.nvidia.com>
|
|
# (C) Copyright 2011,2012
|
|
# Avionic Design GmbH <www.avionic-design.de>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
$(shell mkdir -p $(obj)../common $(obj)../../nvidia/common)
|
|
|
|
obj-y := ../common/tamonten.o
|
|
|
|
include ../../nvidia/common/common.mk
|