You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
257 B
23 lines
257 B
|
10 years ago
|
bbl_subproject_deps = \
|
||
|
|
util \
|
||
|
|
softfloat \
|
||
|
|
machine \
|
||
|
|
dummy_payload \
|
||
|
|
|
||
|
|
bbl_hdrs = \
|
||
|
|
bbl.h \
|
||
|
|
|
||
|
|
bbl_c_srcs = \
|
||
|
|
kernel_elf.c \
|
||
|
|
logo.c \
|
||
|
|
|
||
|
|
bbl_asm_srcs = \
|
||
|
|
payload.S \
|
||
|
|
|
||
|
|
payload.o: $(bbl_payload)
|
||
|
|
|
||
|
|
bbl_test_srcs =
|
||
|
|
|
||
|
|
bbl_install_prog_srcs = \
|
||
|
|
bbl.c \
|