mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-21 17:57:44 +00:00
8 lines
157 B
Makefile
8 lines
157 B
Makefile
TARGET = kernel-foc
|
|
LIBS = kernel-foc
|
|
|
|
$(TARGET): $(INSTALL_DIR)/foc
|
|
|
|
$(INSTALL_DIR)/foc: $(LIB_CACHE_DIR)/kernel-foc/build/fiasco
|
|
$(VERBOSE)ln -sf $< $@
|