osd-contiki/platform/native/Makefile.native

21 lines
633 B
Makefile
Raw Normal View History

ifndef CONTIKI
$(error CONTIKI not defined! You must specify where CONTIKI resides!)
endif
CONTIKI_TARGET_DIRS = . dev
CONTIKI_TARGET_MAIN = ${addprefix $(OBJECTDIR)/,contiki-main.o}
CONTIKI_TARGET_SOURCEFILES = contiki-main.c clock.c leds.c leds-arch.c \
button-sensor.c pir-sensor.c vib-sensor.c \
2008-01-08 15:27:28 +01:00
sensors.c irq.c random.c serial.c cfs-posix.c cfs-posix-dir.c
CONTIKI_SOURCEFILES += $(CONTIKI_TARGET_SOURCEFILES)
.SUFFIXES:
### Define the CPU directory
2007-03-28 22:24:45 +02:00
CONTIKI_CPU=$(CONTIKI)/cpu/native
include $(CONTIKI)/cpu/native/Makefile.native
2008-01-08 09:08:05 +01:00
contiki-$(TARGET).a: ${addprefix $(OBJECTDIR)/,symbols.o}