Makefile: delete unnecessary CPPFLAGS settings

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
Masahiro Yamada 2013-11-28 18:31:59 +09:00 committed by Tom Rini
parent dd88ab325c
commit 878a095e44
2 changed files with 0 additions and 4 deletions

View File

@ -5,8 +5,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
CPPFLAGS += -I$(TOPDIR)
obj-y += law.o
obj-$(CONFIG_PCI) += pci.o
obj-y += tlb.o

View File

@ -230,8 +230,6 @@ obj-$(CONFIG_FIT_SIGNATURE) += image-sig.o
obj-y += memsize.o
obj-y += stdio.o
CPPFLAGS += -I..
$(obj)env_embedded.o: $(src)env_embedded.c
$(CC) $(AFLAGS) -Wa,--no-warn \
-DENV_CRC=$(shell $(obj)../tools/envcrc) \