Skip to content

Commit

Permalink
Merge pull request #9 from vibhutipratapsingh/develop
Browse files Browse the repository at this point in the history
fixed FreeBSD compile flag
  • Loading branch information
sharma-nidhi committed Oct 3, 2018
2 parents 2b41ade + 3eb6101 commit 79b2c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Make/gcc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ifeq ($(UNAME),SunOS)
LFLAGS +=
TCGLFLAGS +=
endif
ifeq (($UNAME),FreeBSD)
ifeq ($(UNAME),FreeBSD)
LFLAGS += -lcam
TCGLFLAGS += -lcam
endif
Expand Down
2 changes: 1 addition & 1 deletion Make/gcc/Makefile.openSeaChest_firmware
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ifeq ($(UNAME),SunOS)
FWDLLFLAGS +=
export AR=gar
endif
ifeq (($UNAME),FreeBSD)
ifeq ($(UNAME),FreeBSD)
FWDLLFLAGS += -lcam
endif

Expand Down

0 comments on commit 79b2c34

Please sign in to comment.