diff options
| author | Tom Rini <[email protected]> | 2015-11-10 13:38:08 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2015-11-10 13:38:08 -0500 |
| commit | cad04990715f7eaecd45196e84cf10e9e3248dae (patch) | |
| tree | 269c3c01ad2134c69d7a7d42585baac9f091a837 /Makefile | |
| parent | 7ff15aca1a5bbfcf2dfbc18ec7b031c482851f69 (diff) | |
| parent | 5e68ff3949a3eebf62ba639171814f39c8e46a84 (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -609,6 +609,8 @@ KBUILD_CFLAGS += $(KCFLAGS) UBOOTINCLUDE := \ -Iinclude \ $(if $(KBUILD_SRC), -I$(srctree)/include) \ + $(if $(CONFIG_SYS_THUMB_BUILD), $(if $(CONFIG_HAS_THUMB2),, \ + -I$(srctree)/arch/$(ARCH)/thumb1/include),) \ -I$(srctree)/arch/$(ARCH)/include \ -include $(srctree)/include/linux/kconfig.h |
