mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
Makefile: delete unnecessary CPPFLAGS settings
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
This commit is contained in:
parent
dd88ab325c
commit
878a095e44
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue