X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=Makefile;h=5cd1efb5d16a52cbf8dc97cf78c743d3fbe1fd03;hb=75d4e943eb60590c9d03ff3a4086cd5107393707;hp=12ee5c7b5ffb237ff12480597519170da16ec7a5;hpb=2a4f69fbabf98920717366cd574f0d4aba1aa3a1;p=lwext4.git diff --git a/Makefile b/Makefile index 12ee5c7..5cd1efb 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ COMMON_DEFINITIONS = \ -DVERSION_MINOR=$(VERSION_MINOR) \ -DVERSION_PATCH=$(VERSION_PATCH) \ -DVERSION=$(VERSION) \ + -DLWEXT4_BUILD_SHARED_LIB=ON \ define generate_common rm -R -f build_$(1) @@ -32,6 +33,9 @@ endef generic: $(call generate_common,$@) +osx: + $(call generate_common,$@) + cortex-m0: $(call generate_common,$@)