genode/repos/os/src/drivers/input/spec/ps2/x86/Tupfile

11 lines
198 B
Plaintext

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