osd-contiki/cpu/x86/Makefile.x86_common

14 lines
262 B
Makefile
Raw Normal View History

CONTIKI_CPU_DIRS += . init/common
CONTIKI_SOURCEFILES += gdt.c helpers.S idt.c cpu.c
CC = gcc
LD = gcc
AS = as
OBJCOPY = objcopy
SIZE = size
STRIP = strip
CFLAGS += -Wall -g
LDFLAGS += -Wl,-Map=contiki-$(TARGET).map,--build-id=none