mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
9cadd5569f
This aims to make the main Makefile more accessible for new users.
7 lines
123 B
Makefile
7 lines
123 B
Makefile
INCLUDES += -I$(CURDIR)
|
|
|
|
CFLAGS += -DSLIP_UART=$(SLIP_UART)
|
|
CFLAGS += -DSLIP_BAUDRATE=$(SLIP_BAUDRATE)
|
|
|
|
STATIC_ROUTES ?= 1
|