mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-08 22:12:39 +00:00
ca971bbfd8
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082
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
|