11 lines
256 B
Makefile
Executable File
11 lines
256 B
Makefile
Executable File
|
|
CFLAGS_start += -DTEXT_BASE=$(CONFIG_TEXT_BASE)
|
|
CFLAGS_start += -DSTACK_TOP=$(CONFIG_STACK_TOP)
|
|
CFLAGS += -DSTACK_TOP=$(CONFIG_STACK_TOP)
|
|
ASFLAGS += -DSTACK_TOP=$(CONFIG_STACK_TOP)
|
|
|
|
LINKLDS := firmware.lds
|
|
START = start.S
|
|
TAIL = tail.S
|
|
SRCS-y += chip.c
|