genode/repos/os/src/drivers/ahci/Tupfile

7 lines
151 B
Plaintext

include_rules
ifneq ($(X86),)
: foreach *.cc spec/x86/*.cc |> !cxx |> %B.o {obj}
: {obj} | |> !prg |> ahci_drv {bin}
: {bin} |> !collect_bin |>
endif