We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d407f commit 57d998dCopy full SHA for 57d998d
test/Makefile
@@ -10,6 +10,10 @@ EXTRA_DEFINES ?=
10
11
CC = $(CROSS_COMPILE)gcc
12
OBJCOPY = $(CROSS_COMPILE)objcopy
13
+
14
+# in case make does not have this already defined
15
+RM ?= rm -f
16
17
LDFLAGS = -Tlinker.ld -fno-builtin -nostdlib -lgcc
18
19
RTL ?= ../rtl
test/unittests/Makefile
@@ -7,6 +7,9 @@ SIZE = $(CROSS_COMPILE)size
7
LD = $(CC)
8
9
LDFLAGS = -Tlinker.ld -nostdlib -lgcc
ASFLAGS += -Wa,-I,.
0 commit comments