8 lines
135 B
Makefile
8 lines
135 B
Makefile
|
LOCAL_DIR := $(GET_LOCAL_DIR)
|
||
|
|
||
|
PLATFORM := integrator
|
||
|
|
||
|
MEMBASE := 0x10000 # this is where qemu loads us
|
||
|
MEMSIZE := 0x08000000 # 128MB
|
||
|
|