mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
migrate to current Makefile structure
This commit is contained in:
parent
5b472cd310
commit
3b8adabdbd
21
native/Makefile.include
Normal file
21
native/Makefile.include
Normal file
@ -0,0 +1,21 @@
|
||||
export INCLUDES += -I$(RIOTBOARD)/native/include
|
||||
export CPU = native
|
||||
|
||||
# toolchain config
|
||||
export PREFIX =
|
||||
#export CC = @$(PREFIX)gcc
|
||||
export AR = @$(PREFIX)ar
|
||||
export CFLAGS = -std=gnu99 -Wall -m32
|
||||
export ASFLAGS =
|
||||
export AS = $(PREFIX)as
|
||||
export LINK = $(PREFIX)gcc
|
||||
export SIZE = $(PREFIX)size
|
||||
export OBJCOPY = $(PREFIX)objcopy
|
||||
FLASHER = lpc2k_pgm
|
||||
TERM = pyterm.py
|
||||
|
||||
LINKFLAGS = -lrt -m32
|
||||
|
||||
ifeq ($(strip $(PORT)),)
|
||||
export PORT = /dev/ttyUSB0
|
||||
endif
|
||||
Loading…
x
Reference in New Issue
Block a user