diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-28 18:31:59 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-12-13 09:18:45 -0500 |
commit | 878a095e441284e64e84edc77ad93c616f9ec174 (patch) | |
tree | ce942fe846c2020e1c59f4de976baa2bca25e878 /common | |
parent | dd88ab325cfcc7f803afd40600571b3f9c79319c (diff) | |
download | u-boot-imx-878a095e441284e64e84edc77ad93c616f9ec174.zip u-boot-imx-878a095e441284e64e84edc77ad93c616f9ec174.tar.gz u-boot-imx-878a095e441284e64e84edc77ad93c616f9ec174.tar.bz2 |
Makefile: delete unnecessary CPPFLAGS settings
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/Makefile b/common/Makefile index 74404be..d12cba5 100644 --- a/common/Makefile +++ b/common/Makefile @@ -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) \ |