ARM/IntegratorCP: Match avr/other platforms.

This commit is contained in:
Kelvin Lawson
2013-02-27 01:21:39 +00:00
parent ada2ed3fac
commit 8af57c8e8f

View File

@@ -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