mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
60d9c90921
Issue #999
13 lines
262 B
Makefile
13 lines
262 B
Makefile
include $(REP_DIR)/ports/exfat.inc
|
|
EXFAT_DIR = $(REP_DIR)/contrib/$(EXFAT)
|
|
|
|
SRC_C = $(notdir $(EXFAT_DIR)/fuse/main.c)
|
|
SRC_CC = init.cc
|
|
|
|
LIBS = libc libc_fuse libfuse libexfat
|
|
|
|
vpath %.c $(EXFAT_DIR)/fuse
|
|
vpath %.cc $(REP_DIR)/src/lib/exfat
|
|
|
|
SHARED_LIB = yes
|