diff options
-rw-r--r-- | flash/bootbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flash/bootbox/Makefile b/flash/bootbox/Makefile index 7391f3c4fe..a3e316bc5e 100644 --- a/flash/bootbox/Makefile +++ b/flash/bootbox/Makefile @@ -7,7 +7,7 @@ # $Id$ # -INCLUDES= -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR) \ +INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR) \ -I$(BUILDDIR) DEPFILE = $(OBJDIR)/dep-bootbox |