u-boot-brain/board/compulab/trimslice/Makefile
Masahiro Yamada 3bddafaab4 Makefile: convert makefiles to Kbuild style and delete grep switch
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>
2013-11-01 11:42:13 -04:00

13 lines
214 B
Makefile

#
# (C) Copyright 2010-2012
# NVIDIA Corporation <www.nvidia.com>
#
# SPDX-License-Identifier: GPL-2.0+
#
$(shell mkdir -p $(obj)../../nvidia/common)
obj-y := trimslice.o
include ../../nvidia/common/common.mk