diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-18 10:25:41 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-25 10:41:53 -0500 |
commit | 0e53691529a2961e066a1cdfff1ead13a928c829 (patch) | |
tree | 20010c7ec89c091dc2b2107989786ccdf201cbb6 /post/board/netta | |
parent | 1500389c2fc09ea59e76c4a7f315815a09c6bfec (diff) | |
download | u-boot-imx-0e53691529a2961e066a1cdfff1ead13a928c829.zip u-boot-imx-0e53691529a2961e066a1cdfff1ead13a928c829.tar.gz u-boot-imx-0e53691529a2961e066a1cdfff1ead13a928c829.tar.bz2 |
post: remove unnecessary include path settings
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'post/board/netta')
-rw-r--r-- | post/board/netta/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/post/board/netta/Makefile b/post/board/netta/Makefile index cd27a5c..5c37f49 100644 --- a/post/board/netta/Makefile +++ b/post/board/netta/Makefile @@ -5,6 +5,4 @@ # SPDX-License-Identifier: GPL-2.0+ # -CPPFLAGS += -I$(TOPDIR) - obj-$(CONFIG_HAS_POST) += codec.o dsp.o |