mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Add apps/include to include path in top-level Make.defs file. Remove multiple definitions of INCDIR opt.
This commit is contained in:
parent
2cbad44f1d
commit
3e83aa7388
23 changed files with 32 additions and 117 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue