Skip to content

Commit e8eb120

Browse files
committed
test-app Makefile: change application source file names.
1 parent cfa058c commit e8eb120

6 files changed

Lines changed: 2 additions & 157 deletions

File tree

test-app/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ TARGET?=none
22
ARCH?=ARM
33
KINETIS_CMSIS?=$(KINETIS)/CMSIS
44

5-
CFLAGS:=-g -ggdb -Wall -Wstack-usage=200 -ffreestanding -Wno-unused -DPLATFORM_$(TARGET) -I../include -nostartfiles
5+
CFLAGS:=-g -ggdb -Wall -Wstack-usage=1024 -ffreestanding -Wno-unused -DPLATFORM_$(TARGET) -I../include -nostartfiles
66

7-
APP_OBJS:=$(TARGET).o led.o system.o timer.o ../hal/$(TARGET).o ../src/libwolfboot.o
7+
APP_OBJS:=app_$(TARGET).o led.o system.o timer.o ../hal/$(TARGET).o ../src/libwolfboot.o
88
include ../arch.mk
99

1010
ifeq ($(ARCH),RISCV)
File renamed without changes.
File renamed without changes.

test-app/hifive1.c

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)