Skip to content

Commit

Permalink
#394 fix error on try load kext driver in linux and windows systems
Browse files Browse the repository at this point in the history
  • Loading branch information
evolentini committed Jul 2, 2016
1 parent 832b243 commit 06767b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -610,6 +610,7 @@ ifneq ($(FTDI_KEXT),)
endif

reload:
ifeq ($(UNAME_S),Darwin)
@echo ===============================================================================
@echo ' '
@echo Reloading FTDI OSX drivers
Expand All @@ -618,6 +619,7 @@ ifneq ($(strip $(FTDI_KEXT)),)
else
sudo kextload -b com.apple.driver.AppleUSBFTDI
endif
endif

###############################################################################
# openocd
Expand Down

0 comments on commit 06767b3

Please sign in to comment.