summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/config.mk
diff options
context:
space:
mode:
authorCyril Jourdan2012-08-07 14:23:46 +0200
committerCyril Jourdan2012-09-20 09:42:58 +0200
commite681a42fe85af9393cf88ed9edb2b3d5fb09899d (patch)
tree52c8a9dcddae25f4dcd773b4c7b75e6b9d11a391 /cleopatre/u-boot-1.1.6/config.mk
parenta637db1afee6307b2bd5a35885f6e01c0fee1ffd (diff)
{cleo/u-boot, common}: use every file in common/include/asm/arch, refs #3119
Diffstat (limited to 'cleopatre/u-boot-1.1.6/config.mk')
-rw-r--r--cleopatre/u-boot-1.1.6/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleopatre/u-boot-1.1.6/config.mk b/cleopatre/u-boot-1.1.6/config.mk
index 6e280bc834..8cb40df8b5 100644
--- a/cleopatre/u-boot-1.1.6/config.mk
+++ b/cleopatre/u-boot-1.1.6/config.mk
@@ -148,7 +148,7 @@ OBJCFLAGS += --gap-fill=0xff
gccincdir := $(shell $(CC) -print-file-name=include)
CPPFLAGS := $(DBGFLAGS) $(OPTFLAGS) $(RELFLAGS) \
- -D__KERNEL__ -DTEXT_BASE=$(TEXT_BASE) \
+ -DUBOOT_COMPILE -D__KERNEL__ -DTEXT_BASE=$(TEXT_BASE) \
ifneq ($(OBJTREE),$(SRCTREE))
CPPFLAGS += -I$(OBJTREE)/include2 -I$(OBJTREE)/include