Add apps/include to include path in top-level Make.defs file. Remove multiple definitions of INCDIR opt.

This commit is contained in:
Gregory Nutt 2016-07-11 10:45:17 -06:00
parent 2cbad44f1d
commit 3e83aa7388
23 changed files with 32 additions and 117 deletions

View file

@ -1,7 +1,7 @@
############################################################################
# apps/system/stackmonitor/Makefile
#
# Copyright (C) 2013 Gregory Nutt. All rights reserved.
# Copyright (C) 2013, 2016 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@ -37,10 +37,6 @@
-include $(TOPDIR)/Make.defs
include $(APPDIR)/Make.defs
ifeq ($(WINTOOL),y)
INCDIROPT = -w
endif
# Stack Monitor Application
PRIORITY = SCHED_PRIORITY_DEFAULT