set args
	-t phb-device \
	-o '/\#address-cells 1' \
        -o '/phb@0xe0000000/\#address-cells 3' \
        -o '/phb@0xe0000000/\#size-cells 2' \
	-o '/phb@0xe0000000/nvram@0/reg 0 0 ni0,0,0,10 16' \
	-o '/phb@0xe0000000/nvram@1/reg 1 0 nm0,0,0,10 16' \
        -o '/phb/ranges ni0,0,0,0 0xe0000000 0x100 nm0,0,0,0 0xe0000100 0x100'
RUN_ARGS= \
	0xe0000010 4 \
	0xe0000110 4

LIB = ../lib/libbug
#LDFLAGS=-Ttext 0x4000 -Tdata 0x8000
CRT0 = ../lib/bug
