mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
aba67e365f
Fixes #942.
13 lines
273 B
Makefile
13 lines
273 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_block libc_fuse libfuse libexfat
|
|
|
|
vpath %.c $(EXFAT_DIR)/fuse
|
|
vpath %.cc $(REP_DIR)/src/lib/exfat
|
|
|
|
SHARED_LIB = yes
|