mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
a67cefc353
This commit also deletes post/rules.mk, which in not necessary any more. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
10 lines
182 B
Makefile
10 lines
182 B
Makefile
#
|
|
# (C) Copyright 2002-2007
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
CPPFLAGS += -I$(TOPDIR)
|
|
|
|
obj-$(CONFIG_HAS_POST) += ecc.o
|