Clean up Makefile under apps folder no functional changes.

This commit is contained in:
Xiang Xiao
2019-10-04 08:35:46 -06:00
committed by Gregory Nutt
parent 63c3772888
commit cf0365ea92
305 changed files with 326 additions and 657 deletions

View File

@@ -33,7 +33,7 @@
#
############################################################################
-include $(TOPDIR)/Make.defs
include $(TOPDIR)/Make.defs
# /dev/random test
@@ -41,8 +41,6 @@ APPNAME = rand
PRIORITY = SCHED_PRIORITY_DEFAULT
STACKSIZE = 2048
ASRCS =
CSRCS =
MAINSRC = random_main.c
CONFIG_XYZ_PROGNAME ?= random$(EXEEXT)