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

11 lines
193 B
Plaintext

ifdef x86
TARGET_NAME = ahci_drv
include_rules
: foreach $(SRC_CC) *.cc |> !cxx |> %B.o {obj}
: {obj} | |> !prg |> $(TARGET_NAME) {bin}
: {bin} |> !collect_bin |>
include &(BIN_RULES)
endif