mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-14 20:03:15 +01:00
ARM/IntegratorCP: Match avr/other platforms.
This commit is contained in:
@@ -31,14 +31,14 @@ SRCS := $(SRCS) \
|
||||
$(ATOMTHREADS)/tests/$(TEST_NAME).c
|
||||
|
||||
ASMS := $(ASMS) \
|
||||
startup.S \
|
||||
startup.s \
|
||||
|
||||
INCLUDES := $(INCLUDES) \
|
||||
-I$(ATOMTHREADS)
|
||||
|
||||
include $(ATOMTHREADS)/ports/arm/Makefile
|
||||
|
||||
OBJS = $(SRCS:.c=.o) $(ASMS:.S=.o)
|
||||
OBJS = $(SRCS:.c=.o) $(ASMS:.s=.o)
|
||||
|
||||
include ../rules.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user