You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
EXFAT_DIR := $(call select_from_ports,exfat)/src/lib/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
|